mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip settings tests (#57608)
This commit is contained in:
parent
f2000fcb82
commit
8e1207bb0a
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue