skip flaky suite (#86545)

This commit is contained in:
Tiago Costa 2023-01-19 00:02:43 +00:00
parent ea8db1d799
commit 8d46d59586
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

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