mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#181369)
This commit is contained in:
parent
bd16667056
commit
9e8a25c902
1 changed files with 2 additions and 1 deletions
|
@ -214,7 +214,8 @@ describe('Resolver, when analyzing a tree that has no ancestors and 2 children',
|
|||
});
|
||||
});
|
||||
|
||||
describe('Resolver, when using a generated tree with 20 generations, 4 children per child, and 10 ancestors', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/181369
|
||||
describe.skip('Resolver, when using a generated tree with 20 generations, 4 children per child, and 10 ancestors', () => {
|
||||
const findAndClickFirstLoadingNodeInPanel = async (graphSimulator: Simulator) => {
|
||||
// If the camera has not moved it will return a node with ID 2kt059pl3i, this is the first node with the state
|
||||
// loading that is outside of the initial loaded view
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue