Skip to content

Commit

Permalink
skip flaky suite (#203307)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 18, 2024
1 parent 0e2fc8f commit 8ad2d50
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jest.mock('../../../../../hooks', () => {
};
});

describe('StepSelectHosts', () => {
// FLAKY: https://github.com/elastic/kibana/issues/203307
describe.skip('StepSelectHosts', () => {
const packageInfo: PackageInfo = {
name: 'apache',
version: '1.0.0',
Expand Down

0 comments on commit 8ad2d50

Please sign in to comment.