mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#58692)
This commit is contained in:
parent
f2bdd01853
commit
fe6b13b83c
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ export default function({ getService }: PluginFunctionalProviderContext) {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const flyout = getService('flyout');
|
||||
|
||||
describe('creating and adding children', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/58692
|
||||
describe.skip('creating and adding children', () => {
|
||||
before(async () => {
|
||||
await testSubjects.click('embeddablePanelExamplae');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue