skip flaky suite (#202504)

This commit is contained in:
Tiago Costa 2024-12-13 00:43:44 +00:00
parent 5d34e71a32
commit 02a2ff106e
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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');