Skip to content

Commit

Permalink
skip flaky suite (elastic#182364)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 22, 2024
1 parent 3f29117 commit 8738926
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import { createAppMockRenderer, mockedTestProvidersOwner } from '../../common/mo
import { basicFileMock } from '../../containers/mock';
import { FilePreview } from './file_preview';

describe('FilePreview', () => {
// FLAKY: https://github.com/elastic/kibana/issues/182364
describe.skip('FilePreview', () => {
let user: UserEvent;
let appMockRender: AppMockRenderer;

Expand Down

0 comments on commit 8738926

Please sign in to comment.