Skip to content

Commit a541ee6

Browse files
committed
fix
1 parent 6aa6306 commit a541ee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

instrumentation/kafka/kafka-clients/kafka-clients-2.6/library/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ tasks {
3434
filter {
3535
includeTestsMatching("*DeprecatedInterceptorsTest")
3636
}
37+
forkEvery = 1 // to avoid system properties polluting other tests
3738
systemProperty("otel.instrumentation.messaging.experimental.receive-telemetry.enabled", "true")
3839
systemProperty("otel.instrumentation.messaging.experimental.capture-headers", "Test-Message-Header")
3940
}

0 commit comments

Comments
 (0)