Skip to content

Commit

Permalink
skip flaky suite (#189794)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 19, 2024
1 parent 6920cc1 commit 754595b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,8 @@ describe('query tab with unified timeline', () => {
});

describe('Leading actions - notes', () => {
describe('securitySolutionNotesEnabled = true', () => {
// FLAKY: https://github.com/elastic/kibana/issues/189794
describe.skip('securitySolutionNotesEnabled = true', () => {
beforeEach(() => {
(useIsExperimentalFeatureEnabled as jest.Mock).mockImplementation(
jest.fn((feature: keyof ExperimentalFeatures) => {
Expand Down

0 comments on commit 754595b

Please sign in to comment.