diff --git a/module/spring-boot-opentelemetry/src/test/java/org/springframework/boot/opentelemetry/autoconfigure/logging/OpenTelemetryLoggingExportAutoConfigurationTests.java b/module/spring-boot-opentelemetry/src/test/java/org/springframework/boot/opentelemetry/autoconfigure/logging/OpenTelemetryLoggingExportAutoConfigurationTests.java index 1123e234572..f25d82277f7 100644 --- a/module/spring-boot-opentelemetry/src/test/java/org/springframework/boot/opentelemetry/autoconfigure/logging/OpenTelemetryLoggingExportAutoConfigurationTests.java +++ b/module/spring-boot-opentelemetry/src/test/java/org/springframework/boot/opentelemetry/autoconfigure/logging/OpenTelemetryLoggingExportAutoConfigurationTests.java @@ -131,7 +131,6 @@ class OpenTelemetryLoggingExportAutoConfigurationTests { .run((context) -> assertThat(context).hasBean("customOtlpGrpcLogRecordExporter") .hasSingleBean(LogRecordExporter.class)); } - // FIXME @Test void whenHasCustomLoggingConnectionDetailsDoesNotProvideExporterBean() { diff --git a/settings.gradle b/settings.gradle index 3d94e667c85..5c6ce4f3cfc 100644 --- a/settings.gradle +++ b/settings.gradle @@ -187,7 +187,7 @@ include "module:spring-boot-thymeleaf" include "module:spring-boot-tomcat" include "module:spring-boot-tx" include "module:spring-boot-validation" -include "module:spring-boot-web-server" // FIXME move to core? +include "module:spring-boot-web-server" include "module:spring-boot-webclient" include "module:spring-boot-webflux" include "module:spring-boot-webflux-test"