mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#185046)
This commit is contained in:
parent
8c885e9c3f
commit
9585653468
1 changed files with 2 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue