Skip to content

Commit

Permalink
skip flaky suite (#83824)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 3, 2021
1 parent 6c06b12 commit 497a70b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

describe('Copy to space', () => {
// FLAKY: https://github.com/elastic/kibana/issues/83824
describe.skip('Copy to space', () => {
const destinationSpaceId = 'custom_space';
before(async () => {
await spaces.create({
Expand Down

0 comments on commit 497a70b

Please sign in to comment.