Skip to content

Commit

Permalink
skip settings tests (#57608)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored Feb 13, 2020
1 parent 8aa718d commit 64625b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64625b2

Please sign in to comment.