Skip to content

Commit

Permalink
skip flaky suite (#170118)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 31, 2024
1 parent 5b83fe3 commit f0613cb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,8 @@ describe('Resolver, when analyzing a tree that has 2 related registry and 1 rela
});
});

describe('when it has loaded', () => {
// FLAKY: https://github.com/elastic/kibana/issues/170118
describe.skip('when it has loaded', () => {
let originBounds: AABB;
let firstChildBounds: AABB;
let secondChildBounds: AABB;
Expand Down

0 comments on commit f0613cb

Please sign in to comment.