Skip to content

Commit 8d8606b

Browse files
committed
skip settings tests
1 parent 05bf3ee commit 8d8606b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

x-pack/test/functional/apps/advanced_settings/feature_controls/advanced_settings_spaces.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
5757
});
5858
});
5959

60-
describe('space with Advanced Settings disabled', () => {
60+
// https://github.com/elastic/kibana/issues/57413
61+
describe.skip('space with Advanced Settings disabled', () => {
6162
before(async () => {
6263
// we need to load the following in every situation as deleting
6364
// a space deletes all of the associated saved objects

x-pack/test/functional/apps/index_patterns/feature_controls/index_patterns_spaces.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
5252
});
5353
});
5454

55-
describe('space with Index Patterns disabled', () => {
55+
// https://github.com/elastic/kibana/issues/57601
56+
describe.skip('space with Index Patterns disabled', () => {
5657
before(async () => {
5758
// we need to load the following in every situation as deleting
5859
// a space deletes all of the associated saved objects

0 commit comments

Comments
 (0)