fix flaky test + bug (#117953) (#118031)

Co-authored-by: Xavier Mouligneau <189600+XavierM@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2021-11-09 13:06:00 -05:00 committed by GitHub
parent 229de46d91
commit 050ca4a64e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');