Skip to content

Commit

Permalink
skip flaky suite (#86545)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 25, 2023
1 parent f5aeb6d commit 12cf92d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,8 @@ export function copyToSpaceTestSuiteFactory(context: FtrProviderContext) {
await testDataLoader.deleteFtrSpaces();
});

describe('single-namespace types', () => {
// FLAKY: https://github.com/elastic/kibana/issues/86545
describe.skip('single-namespace types', () => {
beforeEach(async () => {
await testDataLoader.createFtrSavedObjectsData(SPACE_DATA_TO_LOAD);
});
Expand Down

0 comments on commit 12cf92d

Please sign in to comment.