skip flaky suite (#149777)

This commit is contained in:
Tiago Costa 2023-11-07 05:27:33 +00:00
parent afc09dd591
commit 4951fe268a
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -337,7 +337,8 @@ describe('CaseViewPage', () => {
});
});
describe('Tabs', () => {
// FLAKY: https://github.com/elastic/kibana/issues/149777
describe.skip('Tabs', () => {
beforeEach(() => {
jest.clearAllMocks();
});