mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing suite (#207056)
This commit is contained in:
parent
7b5d603102
commit
706bc5b827
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ const caseData: CaseUI = {
|
|||
comments: [...basicCase.comments, alertCommentWithIndices],
|
||||
};
|
||||
|
||||
describe('Case View Page similar cases tab', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/207056
|
||||
describe.skip('Case View Page similar cases tab', () => {
|
||||
let appMockRender: AppMockRenderer;
|
||||
|
||||
beforeEach(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue