mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#162777)
This commit is contained in:
parent
df335c9fe8
commit
d6a1e20075
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', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/162777
|
||||
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