Skip to content

Commit

Permalink
skip flaky suite (#185046)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 24, 2024
1 parent 8c885e9 commit 9585653
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ const caseData: CaseUI = {
comments: [...basicCase.comments, alertCommentWithIndices],
};

describe('Case View Page files tab', () => {
// FLAKY: https://github.com/elastic/kibana/issues/185046
describe.skip('Case View Page files tab', () => {
let appMockRender: AppMockRenderer;

useGetCaseFilesMock.mockReturnValue({
Expand Down

0 comments on commit 9585653

Please sign in to comment.