mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#116059)
This commit is contained in:
parent
1aa09a4d2e
commit
32cb07c347
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
|
|||
const esArchiver = getService('esArchiver');
|
||||
const testSubjects = getService('testSubjects');
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/116059
|
||||
// Failing: See https://github.com/elastic/kibana/issues/116059
|
||||
describe.skip('saved objects management with hidden types', () => {
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue