Skip to content

Commit

Permalink
skip flaky suite (#202504)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 13, 2024
1 parent 5d34e71 commit 02a2ff1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 02a2ff1

Please sign in to comment.