skip settings tests (#57608)

This commit is contained in:
Jonathan Budzenski 2020-02-13 16:19:51 -06:00
parent f2000fcb82
commit 8e1207bb0a
2 changed files with 4 additions and 2 deletions

View file

@ -56,7 +56,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

View file

@ -51,7 +51,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