mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
Unskip functional test (#139853)
This commit is contained in:
parent
29b14287f4
commit
bc2a1819b3
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue