Unskip functional test (#139853)

This commit is contained in:
Thom Heymann 2022-09-01 14:38:29 +01:00 committed by GitHub
parent 29b14287f4
commit bc2a1819b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -488,8 +488,7 @@ export default function ({ getService }: FtrProviderContext) {
});
}
// Failing: See https://github.com/elastic/kibana/issues/139700
describe.skip('encrypted saved objects API', () => {
describe('encrypted saved objects API', () => {
function generateRawId(id: string, type: string, spaceId?: string) {
return `${
spaceId && type !== SAVED_OBJECT_WITH_SECRET_AND_MULTIPLE_SPACES_TYPE