skip flaky suite (#51942)

This commit is contained in:
spalger 2020-06-03 11:15:42 -07:00
parent 168e0e25ba
commit fcbcc63b07

View file

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