mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#169396)
This commit is contained in:
parent
81d0b6eb4d
commit
8366c8b32c
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ import { hostsUrl } from '../../../urls/navigation';
|
|||
import { cleanKibana, scrollToBottom } from '../../../tasks/common';
|
||||
|
||||
// Failing in serverless
|
||||
describe('timeline data providers', { tags: ['@ess', '@serverless'] }, () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/169396
|
||||
describe.skip('timeline data providers', { tags: ['@ess', '@serverless'] }, () => {
|
||||
before(() => {
|
||||
cleanKibana();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue