Skip to content

Commit

Permalink
[Flaky #116059] Unskip test (#165125)
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo authored Aug 30, 2023
1 parent d2b145c commit cc728f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"title": "hidden object 1"
},
"type": "test-actions-export-hidden",
"migrationVersion": {},
"updated_at": "2018-12-21T00:43:07.096Z"
}
}
Expand All @@ -26,7 +25,6 @@
"title": "hidden object 2"
},
"type": "test-actions-export-hidden",
"migrationVersion": {},
"updated_at": "2018-12-21T00:43:07.096Z"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +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
describe.skip('saved objects management with hidden types', () => {
describe('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 cc728f6

Please sign in to comment.