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