skip flaky suite (#115883)

This commit is contained in:
Tiago Costa 2021-10-21 12:55:00 +01:00
parent 9e76bcb00d
commit f2c35a0115
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -17,7 +17,8 @@ export default function canvasExpressionTest({ getService, getPageObjects }: Ftr
const kibanaServer = getService('kibanaServer');
const archive = 'x-pack/test/functional/fixtures/kbn_archiver/canvas/default';
describe('expression editor', function () {
// FLAKY: https://github.com/elastic/kibana/issues/115883
describe.skip('expression editor', function () {
// there is an issue with FF not properly clicking on workpad elements
this.tags('skipFirefox');