mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#183579)
This commit is contained in:
parent
81679a96aa
commit
7e10adac5c
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ import { GLOBAL_SEARCH_BAR_FILTER_ITEM_AT } from '../../../screens/search_bar';
|
|||
|
||||
const mockTimeline = getTimeline();
|
||||
|
||||
describe('Timeline Templates', { tags: ['@ess', '@serverless'] }, () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/183579
|
||||
describe.skip('Timeline Templates', { tags: ['@ess', '@serverless'] }, () => {
|
||||
beforeEach(() => {
|
||||
login();
|
||||
deleteTimelines();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue