Skip to content

Commit

Permalink
Revert "skip flaky suite (#86545)"
Browse files Browse the repository at this point in the history
This reverts commit 8d46d59.
  • Loading branch information
mistic committed Jan 19, 2023
1 parent 8d46d59 commit 96885d7
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 96885d7

Please sign in to comment.