Skip to content

Commit

Permalink
skip flaky suite (#170822)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 4, 2023
1 parent fb2e843 commit b87196e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ import { login } from '../../../../tasks/login';
import { visit } from '../../../../tasks/navigation';
import { ALERTS_URL } from '../../../../urls/navigation';

describe('Expandable flyout left panel correlations', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/170822
describe.skip('Expandable flyout left panel correlations', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
login();
createRule(getNewRule());
Expand Down

0 comments on commit b87196e

Please sign in to comment.