skip flaky suite (#58692)

This commit is contained in:
spalger 2020-04-18 12:35:04 -07:00
parent f2bdd01853
commit fe6b13b83c

View file

@ -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');
});