Skip to content

Commit

Permalink
skips flakey test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurley14 committed Sep 13, 2023
1 parent c3366a0 commit d22f9ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const INITIAL_END_DATE = 'Jan 19, 2024 @ 20:33:29.186';
const TIMESTAMP_COLUMN_NAME = '@timestamp';

// FLAKY: https://github.com/elastic/kibana/issues/165650
describe(
describe.skip(
`Discover Datagrid Cell Actions`,
{
env: { ftrConfig: { enableExperimental: ['discoverInTimeline'] } },
Expand Down

0 comments on commit d22f9ed

Please sign in to comment.