Skip to content

Commit

Permalink
skip flaky suite (#60559)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Mar 19, 2020
1 parent cf1a330 commit 357ed0e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
await PageObjects.timePicker.setDefaultAbsoluteRange();
}

describe('spaces', () => {
// FLAKY: https://github.com/elastic/kibana/issues/60559
describe.skip('spaces', () => {
before(async () => {
await esArchiver.loadIfNeeded('logstash_functional');
});
Expand Down

0 comments on commit 357ed0e

Please sign in to comment.