Skip to content

Commit

Permalink
skip flaky suite (#62927)
Browse files Browse the repository at this point in the history
(cherry picked from commit bc3f382)
  • Loading branch information
spalger committed Apr 22, 2020
1 parent d2b9b69 commit fbc7878
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/canvas/custom_elements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default function canvasCustomElementTest({
const PageObjects = getPageObjects(['canvas', 'common']);
const find = getService('find');

describe('custom elements', function() {
// FLAKY: https://github.com/elastic/kibana/issues/62927
describe.skip('custom elements', function() {
this.tags('skipFirefox');

before(async () => {
Expand Down

0 comments on commit fbc7878

Please sign in to comment.