Skip to content

Commit

Permalink
skip flaky suite (#63339)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jun 13, 2020
1 parent 04b8a49 commit 4295dfe
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/63339
describe.skip('custom elements', function () {
this.tags('skipFirefox');

before(async () => {
Expand Down

0 comments on commit 4295dfe

Please sign in to comment.