skip flaky suite (#99581)

This commit is contained in:
spalger 2021-05-19 09:34:14 -07:00
parent 2ea4d5713c
commit f5df40a5a1

View file

@ -22,7 +22,8 @@ export default function spaceSelectorFunctionalTests({
'spaceSelector',
]);
describe('Spaces', function () {
// FLAKY: https://github.com/elastic/kibana/issues/99581
describe.skip('Spaces', function () {
this.tags('includeFirefox');
describe('Space Selector', () => {
before(async () => {