mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#207427)
This commit is contained in:
parent
8bff766095
commit
eb204c0f28
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ import { SECURITY_SOLUTION_OWNER, OBSERVABILITY_OWNER } from '../../../common/co
|
|||
import { SolutionFilter } from './solution_filter';
|
||||
import userEvent from '@testing-library/user-event';
|
||||
|
||||
describe('SolutionFilter ', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/207427
|
||||
describe.skip('SolutionFilter ', () => {
|
||||
let appMockRender: AppMockRenderer;
|
||||
const onChange = jest.fn();
|
||||
const solutions = [SECURITY_SOLUTION_OWNER, OBSERVABILITY_OWNER];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue