Skip to content

Commit

Permalink
skip flaky suites (#99581, #118356, #118474)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 16, 2021
1 parent 905ac6c commit b3d58a4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions x-pack/test/functional/apps/spaces/spaces_selection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default function spaceSelectorFunctionalTests({
);

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

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

0 comments on commit b3d58a4

Please sign in to comment.