diff --git a/x-pack/test/functional/apps/advanced_settings/feature_controls/advanced_settings_spaces.ts b/x-pack/test/functional/apps/advanced_settings/feature_controls/advanced_settings_spaces.ts index a5d276464622b..aceebf7219c3f 100644 --- a/x-pack/test/functional/apps/advanced_settings/feature_controls/advanced_settings_spaces.ts +++ b/x-pack/test/functional/apps/advanced_settings/feature_controls/advanced_settings_spaces.ts @@ -58,7 +58,8 @@ export default function({ getPageObjects, getService }: FtrProviderContext) { }); }); - describe('space with Advanced Settings disabled', () => { + // https://github.com/elastic/kibana/issues/57413 + describe.skip('space with Advanced Settings disabled', () => { before(async () => { // we need to load the following in every situation as deleting // a space deletes all of the associated saved objects diff --git a/x-pack/test/functional/apps/index_patterns/feature_controls/index_patterns_spaces.ts b/x-pack/test/functional/apps/index_patterns/feature_controls/index_patterns_spaces.ts index 75020d6eab7e4..b303ad23f8977 100644 --- a/x-pack/test/functional/apps/index_patterns/feature_controls/index_patterns_spaces.ts +++ b/x-pack/test/functional/apps/index_patterns/feature_controls/index_patterns_spaces.ts @@ -52,7 +52,8 @@ export default function({ getPageObjects, getService }: FtrProviderContext) { }); }); - describe('space with Index Patterns disabled', () => { + // https://github.com/elastic/kibana/issues/57601 + describe.skip('space with Index Patterns disabled', () => { before(async () => { // we need to load the following in every situation as deleting // a space deletes all of the associated saved objects