skip flaky suite (#85714)

This commit is contained in:
Tiago Costa 2020-12-15 15:02:26 +00:00
parent 4b57ac5381
commit 27afabd272
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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.
*/