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 3a73987 commit 999d00d
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 999d00d

Please sign in to comment.