mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#198943)
This commit is contained in:
parent
d4e4f9b56c
commit
4036b36c1a
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue