We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea0c17 commit 37a0e70Copy full SHA for 37a0e70
1 file changed
instrumentation/sofa-rpc-5.4/javaagent/build.gradle.kts
@@ -83,3 +83,9 @@ configurations.named("testSofaRpcRuntimeClasspath") {
83
force("org.slf4j:slf4j-api:1.7.21")
84
}
85
86
+
87
+if (otelProps.denyUnsafe) {
88
+ tasks.withType<Test>().configureEach {
89
+ enabled = false
90
+ }
91
+}
0 commit comments