mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#172304)
This commit is contained in:
parent
042974fda8
commit
6910845901
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ import { createTimeline } from '../../../tasks/timelines';
|
|||
|
||||
import { OVERVIEW_URL, TIMELINE_TEMPLATES_URL, TIMELINES_URL } from '../../../urls/navigation';
|
||||
|
||||
describe('Create a timeline from a template', { tags: ['@ess', '@serverless'] }, () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/172304
|
||||
describe.skip('Create a timeline from a template', { tags: ['@ess', '@serverless'] }, () => {
|
||||
before(() => {
|
||||
deleteTimelines();
|
||||
login();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue