File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/platform/test/plugin_functional/test_suites/core_plugins Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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?)' ,
You can’t perform that action at this time.
0 commit comments