Skip to content

Commit

Permalink
skip flaky suite (elastic#170751)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 4, 2023
1 parent 2e39b64 commit 07051ea
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ import { getNewRule } from '../../../../objects/rule';
import { ALERTS_URL } from '../../../../urls/navigation';
import { waitForAlertsToPopulate } from '../../../../tasks/create_new_rule';

describe(
// FLAKY: https://github.com/elastic/kibana/issues/170751
describe.skip(
'Alert details expandable flyout left panel prevalence',
{ tags: ['@ess', '@serverless'] },
() => {
Expand Down

0 comments on commit 07051ea

Please sign in to comment.