Skip to content

Commit

Permalink
skip flaky suites (#190090)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 8, 2024
1 parent 3bc36b1 commit 36a4a3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
};

// FLAKY: https://github.com/elastic/kibana/issues/190090
describ.skip('Search source Alert', () => {
describe.skip('Search source Alert', () => {
before(async () => {
await security.testUser.setRoles(['discover_alert']);

Expand Down

0 comments on commit 36a4a3e

Please sign in to comment.