Skip to content

Commit

Permalink
skip flaky suite (#85714)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 15, 2020
1 parent 4b57ac5 commit 27afabd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { urlSearch } from '../../test_utilities/url_search';
const resolverComponentInstanceID = 'resolverComponentInstanceID';

// FLAKY: https://github.com/elastic/kibana/issues/85714
describe(`Resolver: when analyzing a tree with only the origin and paginated related events, and when the component instance ID is ${resolverComponentInstanceID}`, () => {
describe.skip(`Resolver: when analyzing a tree with only the origin and paginated related events, and when the component instance ID is ${resolverComponentInstanceID}`, () => {
/**
* Get (or lazily create and get) the simulator.
*/
Expand Down

0 comments on commit 27afabd

Please sign in to comment.