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 Feb 14, 2024
1 parent 2190252 commit 4646355
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 4646355

Please sign in to comment.