mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -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 siemDataViewTitle = 'Security Default Data View';
|
||||||
const dataViews = ['logs-*', 'metrics-*', '.kibana-event-log-*'];
|
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(() => {
|
before(() => {
|
||||||
waitForRulesBootstrap();
|
waitForRulesBootstrap();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue