mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Co-authored-by: Xavier Mouligneau <189600+XavierM@users.noreply.github.com>
This commit is contained in:
parent
229de46d91
commit
050ca4a64e
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ export default function spaceSelectorFunctonalTests({
|
|||
const testSubjects = getService('testSubjects');
|
||||
const PageObjects = getPageObjects(['security', 'settings', 'copySavedObjectsToSpace']);
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/44575
|
||||
describe.skip('Copy Saved Objects to Space', function () {
|
||||
describe('Copy Saved Objects to Space', function () {
|
||||
before(async () => {
|
||||
await esArchiver.load('x-pack/test/functional/es_archives/spaces/copy_saved_objects');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue