skip failing suite (#207056)

This commit is contained in:
Alex Szabo 2025-01-28 18:18:09 +01:00
parent 7b5d603102
commit 706bc5b827

View file

@ -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(() => {