mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#154146)
This commit is contained in:
parent
e5bd22b54d
commit
4d01dd8ba3
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
'header',
|
||||
]);
|
||||
|
||||
describe('Dashboard control group hierarchical chaining', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/154146
|
||||
describe.skip('Dashboard control group hierarchical chaining', () => {
|
||||
const newDocuments: Array<{ index: string; id: string }> = [];
|
||||
let controlIds: string[];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue