Skip to content

Commit

Permalink
skip failing test suite (#198943)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 5, 2024
1 parent d4e4f9b commit 4036b36
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/198943
describe.skip('Timeline scope', { tags: ['@ess', '@serverless', '@skipInServerless'] }, () => {
before(() => {
waitForRulesBootstrap();
});
Expand Down

0 comments on commit 4036b36

Please sign in to comment.