Skip to content

Commit 52c612f

Browse files
elena-shostakCAWilson94
authored andcommitted
[FTR] Unskiped test (elastic#235064)
## Summary Unskiped FTR test. __Closes: https://github.com/elastic/kibana/issues/235052__
1 parent e48e734 commit 52c612f

File tree

1 file changed

+2
-2
lines changed
  • src/platform/test/plugin_functional/test_suites/core_plugins

1 file changed

+2
-2
lines changed

src/platform/test/plugin_functional/test_suites/core_plugins/rendering.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
7272
return window.__RENDERING_SESSION__;
7373
});
7474

75-
// Failing: See https://github.com/elastic/kibana/issues/235052
76-
describe.skip('rendering service', () => {
75+
describe('rendering service', () => {
7776
it('exposes plugin config settings to authenticated users', async () => {
7877
// This retry loop to get the injectedMetadata is to overcome flakiness
7978
// (see comment in getInjectedMetadata)
@@ -387,6 +386,7 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
387386
'xpack.observabilityAiAssistantManagement.spacesEnabled (boolean?)',
388387
'xpack.observabilityAiAssistantManagement.visibilityEnabled (boolean?)',
389388
'xpack.observabilityShared.unsafe.investigativeExperienceEnabled (boolean?)',
389+
'xpack.observability.managedOtlpServiceUrl (string?)',
390390
'share.new_version.enabled (boolean?)',
391391
'aiAssistantManagementSelection.preferredAIAssistantType (default?|never?|observability?|security?)',
392392
'xpack.genAiSettings.showAiBreadcrumb (boolean?)',

0 commit comments

Comments
 (0)