Skip to content

Commit

Permalink
skip settings tests (#57608)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Feb 13, 2020
1 parent f2000fc commit 8e1207b
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 @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e1207b

Please sign in to comment.