mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Co-authored-by: Anton Dosov <anton.dosov@elastic.co>
This commit is contained in:
parent
8aa73a8fe4
commit
9991896b31
1 changed files with 1 additions and 2 deletions
|
@ -156,8 +156,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/83824
|
||||
describe.skip('Copy to space', () => {
|
||||
describe('Copy to space', () => {
|
||||
const destinationSpaceId = 'custom_space';
|
||||
before(async () => {
|
||||
await spaces.create({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue