Skip to content

Commit

Permalink
skip flaky suite (#169588)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 29, 2023
1 parent f89f980 commit f85497b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ import {
} from '../../../tasks/timeline';
import { EXPLORE_URL, hostsUrl, MANAGE_URL } from '../../../urls/navigation';

describe('Save Timeline Prompts', { tags: ['@ess'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/169588
describe.skip('Save Timeline Prompts', { tags: ['@ess'] }, () => {
before(() => {
login();
/*
Expand Down

0 comments on commit f85497b

Please sign in to comment.