Skip to content

Commit

Permalink
skip flaky suite (#99879)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 6, 2021
1 parent d4ff3fc commit 8cf07a1
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 8cf07a1

Please sign in to comment.