mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#62927)
This commit is contained in:
parent
59c044ff00
commit
bc3f382883
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue