Skip to content

Commit

Permalink
skip flaky suite (elastic#171575)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 22, 2023
1 parent 641983f commit 03cbe7a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ const useGetCaseUsersMock = useGetCaseUsers as jest.Mock;
const useOnUpdateFieldMock = useOnUpdateField as jest.Mock;
const useCasesFeaturesMock = useCasesFeatures as jest.Mock;

describe('Case View Page activity tab', () => {
// FLAKY: https://github.com/elastic/kibana/issues/171575
describe.skip('Case View Page activity tab', () => {
const caseConnectors = getCaseConnectorsMockResponse();

beforeAll(() => {
Expand Down

0 comments on commit 03cbe7a

Please sign in to comment.