Skip to content

Commit

Permalink
skip flaky suite (#187550)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 4, 2024
1 parent 9a123c6 commit a7d51af
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import { createTimeline } from '../../../tasks/api_calls/timelines';
import { expectedExportedTimeline } from '../../../objects/timeline';
import { closeToast } from '../../../tasks/common/toast';

describe('Export timelines', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/187550
describe.skip('Export timelines', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
login();
deleteTimelines();
Expand Down

0 comments on commit a7d51af

Please sign in to comment.