Skip to content

Commit 64625b2

Browse files
authored
skip settings tests (#57608)
1 parent 8aa718d commit 64625b2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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
@@ -58,7 +58,8 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
5858
});
5959
});
6060

61-
describe('space with Advanced Settings disabled', () => {
61+
// https://github.com/elastic/kibana/issues/57413
62+
describe.skip('space with Advanced Settings disabled', () => {
6263
before(async () => {
6364
// we need to load the following in every situation as deleting
6465
// 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)