Skip to content

Commit

Permalink
skip flaky suite (#113067)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Oct 6, 2021
1 parent 8350209 commit 8b1a143
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await PageObjects.timePicker.setDefaultAbsoluteRange();
}

describe('spaces', () => {
// Failing: See https://github.com/elastic/kibana/issues/113067
describe.skip('spaces', () => {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional');
});
Expand Down

0 comments on commit 8b1a143

Please sign in to comment.