skip settings tests (#57608)

This commit is contained in:
Jonathan Budzenski 2020-02-13 16:19:51 -06:00 committed by GitHub
parent 8aa718d11e
commit 64625b282c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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