Skip to content

Commit

Permalink
skip failing suite (#198944)
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni committed Dec 12, 2024
1 parent 1bad1ec commit c3c18c6
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'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/198944
describe.skip('Timeline scope', { tags: ['@ess', '@serverless', '@skipInServerless'] }, () => {
before(() => {
waitForRulesBootstrap();
});
Expand Down

0 comments on commit c3c18c6

Please sign in to comment.