Skip to content

Commit

Permalink
skip flaky suite (#151979, #151980, #151981)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Feb 27, 2023
1 parent fa0a29f commit b868490
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@ const usePostPushToServiceMock = usePostPushToService as jest.Mock;
const useGetCaseConnectorsMock = useGetCaseConnectors as jest.Mock;
const useGetCaseUsersMock = useGetCaseUsers as jest.Mock;

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

beforeAll(() => {
Expand Down

0 comments on commit b868490

Please sign in to comment.