Skip to content

Commit

Permalink
skip flaky suite (#196463, #196464, #196465, 196466, #196467, #196468,
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 17, 2024
1 parent 4bd0c9e commit 613a1eb
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,14 @@ afterAll(() => {
consoleDebugMock.mockRestore();
});

describe('When on the package policy create page', () => {
// FLAKY: https://github.com/elastic/kibana/issues/196463
// FLAKY: https://github.com/elastic/kibana/issues/196464
// FLAKY: https://github.com/elastic/kibana/issues/196465
// FLAKY: https://github.com/elastic/kibana/issues/196466
// FLAKY: https://github.com/elastic/kibana/issues/196467
// FLAKY: https://github.com/elastic/kibana/issues/196468
// FLAKY: https://github.com/elastic/kibana/issues/196469
describe.skip('When on the package policy create page', () => {
afterEach(() => {
jest.clearAllMocks();
});
Expand Down

0 comments on commit 613a1eb

Please sign in to comment.