mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#189136)
This commit is contained in:
parent
f5459ba835
commit
f091389fc0
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ import { takeOsqueryActionWithParams } from '../../tasks/live_query';
|
|||
import { ServerlessRoleName } from '../../support/roles';
|
||||
import { disableNewFeaturesTours } from '../../tasks/navigation';
|
||||
|
||||
describe('ALL - Timelines', { tags: ['@ess'] }, () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/189136
|
||||
describe.skip('ALL - Timelines', { tags: ['@ess'] }, () => {
|
||||
before(() => {
|
||||
initializeDataViews();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue