Skip to content

Commit

Permalink
skip flaky suite (elastic#198944)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CAWilson94 committed Dec 12, 2024
1 parent f883de9 commit 301bd69
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 301bd69

Please sign in to comment.