This commit is contained in:
Phillip Webb
2025-10-09 22:17:24 -07:00
parent 9eb05ebb10
commit f4e8cacbcd
2 changed files with 1 additions and 2 deletions
@@ -131,7 +131,6 @@ class OpenTelemetryLoggingExportAutoConfigurationTests {
.run((context) -> assertThat(context).hasBean("customOtlpGrpcLogRecordExporter")
.hasSingleBean(LogRecordExporter.class));
}
// FIXME
@Test
void whenHasCustomLoggingConnectionDetailsDoesNotProvideExporterBean() {
+1 -1
View File
@@ -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"