Skip to content

Commit

Permalink
Unskip flaky tests (elastic#131905)
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego authored and Esteban Beltran committed May 12, 2022
1 parent 60476d1 commit 6513efb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions x-pack/test/functional/apps/spaces/spaces_selection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ export default function spaceSelectorFunctionalTests({
);

this.tags('includeFirefox');
// FLAKY: https://github.com/elastic/kibana/issues/99581
describe.skip('Space Selector', () => {
describe('Space Selector', () => {
before(async () => {
await PageObjects.security.forceLogout();
});
Expand Down Expand Up @@ -63,9 +62,7 @@ export default function spaceSelectorFunctionalTests({
});
});

// FLAKY: https://github.com/elastic/kibana/issues/118356
// FLAKY: https://github.com/elastic/kibana/issues/118474
describe.skip('Search spaces in popover', () => {
describe('Search spaces in popover', () => {
const spaceId = 'default';
before(async () => {
await PageObjects.security.forceLogout();
Expand Down

0 comments on commit 6513efb

Please sign in to comment.