skip flaky suite (#60559)

This commit is contained in:
Tiago Costa 2021-10-05 12:50:31 +01:00
parent 4b4ea845fe
commit 6072b5e12e
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -33,7 +33,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional');
});
describe('space with no features disabled', () => {
// FLAKY: https://github.com/elastic/kibana/issues/60559
describe.skip('space with no features disabled', () => {
before(async () => {
// we need to load the following in every situation as deleting
// a space deletes all of the associated saved objects