Skip to content

Commit 4295dfe

Browse files
committed
skip flaky suite (#63339)
1 parent 04b8a49 commit 4295dfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/functional/apps/canvas/custom_elements.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ export default function canvasCustomElementTest({
1919
const PageObjects = getPageObjects(['canvas', 'common']);
2020
const find = getService('find');
2121

22-
describe('custom elements', function () {
22+
// FLAKY: https://github.com/elastic/kibana/issues/63339
23+
describe.skip('custom elements', function () {
2324
this.tags('skipFirefox');
2425

2526
before(async () => {

0 commit comments

Comments
 (0)