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
036223ba5e
commit
11aabdcf8e
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
|
|||
const esArchiver = getService('esArchiver');
|
||||
const testSubjects = getService('testSubjects');
|
||||
|
||||
describe('saved objects management with hidden types', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/116059
|
||||
describe.skip('saved objects management with hidden types', () => {
|
||||
before(async () => {
|
||||
await esArchiver.load(
|
||||
'test/functional/fixtures/es_archiver/saved_objects_management/hidden_types'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue