skip flaky suite (#83824)

This commit is contained in:
Tiago Costa 2021-11-03 15:12:42 +00:00
parent 3a739875ac
commit 999d00d19f
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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({