Skip to content

Commit

Permalink
skip flaky suite (#99879)
Browse files Browse the repository at this point in the history
  • Loading branch information
jportner authored Jan 6, 2022
1 parent f3d87ba commit bf9d9aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/spaces/enter_space.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function enterSpaceFunctonalTests({
const esArchiver = getService('esArchiver');
const PageObjects = getPageObjects(['security', 'spaceSelector']);

describe('Enter Space', function () {
// FLAKY: https://github.com/elastic/kibana/issues/99879
describe.skip('Enter Space', function () {
// FLAKY: https://github.com/elastic/kibana/issues/100570
// These tests fail very intermittently in Firefox. Skip Firefox testing until resolved.
// this.tags('includeFirefox');
Expand Down

0 comments on commit bf9d9aa

Please sign in to comment.