mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
This commit is contained in:
parent
4af1e6df77
commit
30127c04a5
1 changed files with 8 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue