Skip to content

Commit

Permalink
skip flaky suite (#198944)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 12, 2024
1 parent 21fe449 commit d0c0787
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ import { closeTimeline, openTimelineById } from '../../../tasks/timeline';
const siemDataViewTitle = 'Security Default Data View';
const dataViews = ['logs-*', 'metrics-*', '.kibana-event-log-*'];

describe('Timeline scope', { tags: ['@ess', '@serverless', '@skipInServerless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/198944
describe.skip('Timeline scope', { tags: ['@ess', '@serverless', '@skipInServerless'] }, () => {
before(() => {
waitForRulesBootstrap();
});
Expand Down

0 comments on commit d0c0787

Please sign in to comment.