Skip to content

Commit

Permalink
skip flaky suite (#58692)
Browse files Browse the repository at this point in the history
(cherry picked from commit fe6b13b)
  • Loading branch information
spalger committed Apr 18, 2020
1 parent 2c2a95d commit 40be0fe
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 40be0fe

Please sign in to comment.