skip failing test suite (#172304)

This commit is contained in:
Kibana Machine 2023-11-30 14:00:27 -05:00
parent 042974fda8
commit 6910845901

View file

@ -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();