Skip to content

Commit

Permalink
Unskip flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed May 10, 2022
1 parent 7df8edf commit 113a1a0
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 113a1a0

Please sign in to comment.