From c0c023aaa6bf977a8a7a357998d612f04ea2f024 Mon Sep 17 00:00:00 2001 From: Jeramy Soucy Date: Thu, 9 Feb 2023 10:00:02 -0500 Subject: [PATCH] [Flaky Test] Unskips 'single-namespace types' copy to space tests (#150492) closes #86545 closes #149544 closes #149547 closes #149563 Fixed by PR #149582 - [Flaky test runner on x-pack/test/spaces_api_integration/security_and_spaces](https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1880) - [Flaky test runner on x-pack/test/saved_object_api_integration/security_and_spaces](https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1888) --- .../test/spaces_api_integration/common/suites/copy_to_space.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/spaces_api_integration/common/suites/copy_to_space.ts b/x-pack/test/spaces_api_integration/common/suites/copy_to_space.ts index 5c519c8ae5b67..4c5ae878bbf6e 100644 --- a/x-pack/test/spaces_api_integration/common/suites/copy_to_space.ts +++ b/x-pack/test/spaces_api_integration/common/suites/copy_to_space.ts @@ -770,8 +770,7 @@ export function copyToSpaceTestSuiteFactory(context: FtrProviderContext) { await testDataLoader.deleteFtrSpaces(); }); - // FLAKY: https://github.com/elastic/kibana/issues/86545 - describe.skip('single-namespace types', () => { + describe('single-namespace types', () => { beforeEach(async () => { await testDataLoader.createFtrSavedObjectsData(SPACE_DATA_TO_LOAD); });