mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#202504)
This commit is contained in:
parent
5d34e71a32
commit
02a2ff106e
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ function renderInput(
|
|||
return { utils, mockOnChange };
|
||||
}
|
||||
|
||||
test('it should allow to add a new host', async () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/202504
|
||||
test.skip('it should allow to add a new host', async () => {
|
||||
const { utils, mockOnChange } = renderInput();
|
||||
|
||||
const addRowEl = await utils.findByText('Add row');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue