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