skip failing test suite (#116059)

This commit is contained in:
Kibana Machine 2022-01-14 10:19:36 -05:00
parent 1aa09a4d2e
commit 32cb07c347

View file

@ -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 () => {