Skip to content

Commit

Permalink
skip flaky suite (#176336)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 13, 2024
1 parent 2632379 commit 207d844
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import { screen, waitFor } from '@testing-library/react';
import { waitForEuiPopoverOpen } from '@elastic/eui/lib/test/rtl';
import { SeverityFilter } from './severity_filter';

describe('Severity form field', () => {
// FLAKY: https://github.com/elastic/kibana/issues/176336
describe.skip('Severity form field', () => {
const onChange = jest.fn();
let appMockRender: AppMockRenderer;
const props = {
Expand Down

0 comments on commit 207d844

Please sign in to comment.