Skip to content

Commit

Permalink
skip flaky suite (#58692)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Apr 18, 2020
1 parent f2bdd01 commit fe6b13b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/examples/embeddables/adding_children.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
Expand Down

0 comments on commit fe6b13b

Please sign in to comment.