Skip to content

Commit

Permalink
skip flaky suite (#60559)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 22, 2021
1 parent 14d9119 commit 73d619c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73d619c

Please sign in to comment.