Skip to content

Commit

Permalink
Unskip flaky tests (#131905)
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego authored May 11, 2022
1 parent fb5aee2 commit 9949a01
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 9949a01

Please sign in to comment.