mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Skip flaky suite: https://github.com/elastic/kibana/issues/217668 (#217676)
## Summary Skips recently failing test suite: https://github.com/elastic/kibana/issues/217668
This commit is contained in:
parent
d99e258925
commit
5c68342cea
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'] }, () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/217668
|
||||
describe.skip('Timeline scope', { tags: ['@ess', '@serverless'] }, () => {
|
||||
before(() => {
|
||||
waitForRulesBootstrap();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue