Skip to content

Commit

Permalink
skip flaky suite (#188951)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 21, 2024
1 parent 170c3ca commit b8c3d17
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import { FormTestComponent } from '../../common/test_utils';

const onSubmit = jest.fn();

describe('Severity form field', () => {
// FLAKY: https://github.com/elastic/kibana/issues/188951
describe.skip('Severity form field', () => {
let appMockRender: AppMockRenderer;

beforeEach(() => {
Expand Down

0 comments on commit b8c3d17

Please sign in to comment.