Skip to content

Commit

Permalink
skip failing test suite (elastic#118488)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jul 22, 2024
1 parent 03148d2 commit 91ed11a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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/118488
describe.skip('saved objects management with hidden types', () => {
before(async () => {
await esArchiver.load(
'test/functional/fixtures/es_archiver/saved_objects_management/hidden_types'
Expand Down

0 comments on commit 91ed11a

Please sign in to comment.