Skip to content

Commit

Permalink
[Flaky Test] Unskips 'single-namespace types' copy to space tests (el…
Browse files Browse the repository at this point in the history
…astic#150492)

closes elastic#86545
closes elastic#149544
closes elastic#149547
closes elastic#149563 

Fixed by PR elastic#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)
  • Loading branch information
jeramysoucy authored Feb 9, 2023
1 parent 3cd7f42 commit c0c023a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit c0c023a

Please sign in to comment.