Skip to content

Commit

Permalink
Unskip flaky spaces tests (#95207) (#95527)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Larry Gregory <[email protected]>
  • Loading branch information
kibanamachine and legrego authored Mar 26, 2021
1 parent d8c01e6 commit fe3a6e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions x-pack/test/functional/apps/spaces/spaces_selection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import { FtrProviderContext } from '../../ftr_provider_context';

export default function spaceSelectorFunctonalTests({
export default function spaceSelectorFunctionalTests({
getService,
getPageObjects,
}: FtrProviderContext) {
Expand All @@ -22,8 +22,7 @@ export default function spaceSelectorFunctonalTests({
'spaceSelector',
]);

// FLAKY: https://github.com/elastic/kibana/issues/51942
describe.skip('Spaces', function () {
describe('Spaces', function () {
this.tags('includeFirefox');
describe('Space Selector', () => {
before(async () => {
Expand Down

0 comments on commit fe3a6e0

Please sign in to comment.