Skip to content

Commit

Permalink
skip flaky suite (elastic#174525)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and fkanout committed Mar 4, 2024
1 parent 53e3dbc commit a4a0a56
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ const defaultProps = {
owner: 'securitySolution',
};

describe('CreateCaseFlyout', () => {
// FLAKY: https://github.com/elastic/kibana/issues/174525
describe.skip('CreateCaseFlyout', () => {
let mockedContext: AppMockRenderer;
beforeEach(() => {
mockedContext = createAppMockRenderer();
Expand Down

0 comments on commit a4a0a56

Please sign in to comment.