Skip to content

Commit af04cd6

Browse files
mccullssezen-datadog
authored andcommitted
Limit net.bytebuddy.raw fix to agent-tooling, to avoid causing test side-effects elsewhere (#8732)
1 parent 264e86b commit af04cd6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

utils/test-utils/src/main/groovy/datadog/trace/test/util/ConfigTransformSpockExtension.groovy

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ import static net.bytebuddy.matcher.ElementMatchers.none
1818
* Transforms the Config class to make its INSTANCE field non-final and volatile.
1919
*/
2020
class ConfigTransformSpockExtension implements IGlobalExtension {
21-
static {
22-
// same setting as AgentInstaller to avoid spurious agent-tooling test failures
23-
System.setProperty("net.bytebuddy.raw", "true")
24-
}
25-
2621
static final String INST_CONFIG = "datadog.trace.api.InstrumenterConfig"
2722
static final String CONFIG = "datadog.trace.api.Config"
2823

0 commit comments

Comments
 (0)