Skip to content

Commit

Permalink
re-include firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed May 9, 2022
1 parent df8ad1d commit 66d8123
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/spaces/enter_space.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ export default function enterSpaceFunctonalTests({
const PageObjects = getPageObjects(['security', 'spaceSelector']);

describe('Enter Space', function () {
// These tests fail very intermittently in Firefox. Skip Firefox testing until resolved.
// this.tags('includeFirefox');
this.tags('includeFirefox');
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/spaces/enter_space');
await PageObjects.security.forceLogout();
Expand Down

0 comments on commit 66d8123

Please sign in to comment.