skip flaky suite (#62927)

(cherry picked from commit bc3f382883)
This commit is contained in:
spalger 2020-04-09 10:47:42 -07:00
parent 04017ffaa0
commit dbbd39c512

View file

@ -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 () => {