Skip to content

Commit

Permalink
skip flaky suite (#201611)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 5, 2024
1 parent 6d36e23 commit 8b8c6d3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ describe('FileDownloadButton', () => {
});
});

describe('not isIcon', () => {
// FLAKY: https://github.com/elastic/kibana/issues/201611
describe.skip('not isIcon', () => {
beforeEach(() => {
jest.clearAllMocks();
appMockRender = createAppMockRenderer();
Expand Down

0 comments on commit 8b8c6d3

Please sign in to comment.