mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#99581)
This commit is contained in:
parent
2ea4d5713c
commit
f5df40a5a1
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue