Skip to content

Commit

Permalink
skip flaky suite (#174525)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 8, 2024
1 parent 1c67ea8 commit 9d6644a
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 9d6644a

Please sign in to comment.