mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#86545)
This commit is contained in:
parent
ea8db1d799
commit
8d46d59586
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue