mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#152202)
This commit is contained in:
parent
e9a6519337
commit
08a72232c5
1 changed files with 2 additions and 1 deletions
|
@ -313,7 +313,8 @@ describe('Case View Page activity tab', () => {
|
|||
expect(await screen.findByTestId('case-view-edit-connector')).toBeInTheDocument();
|
||||
});
|
||||
|
||||
describe('filter activity', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/152202
|
||||
describe.skip('filter activity', () => {
|
||||
beforeEach(() => {
|
||||
jest.clearAllMocks();
|
||||
useFindCaseUserActionsMock.mockReturnValue(defaultUseFindCaseUserActions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue