mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip flaky suite (#149777)
This commit is contained in:
parent
afc09dd591
commit
4951fe268a
1 changed files with 2 additions and 1 deletions
|
@ -337,7 +337,8 @@ describe('CaseViewPage', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('Tabs', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/149777
|
||||
describe.skip('Tabs', () => {
|
||||
beforeEach(() => {
|
||||
jest.clearAllMocks();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue