We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264e86b commit af04cd6Copy full SHA for af04cd6
utils/test-utils/src/main/groovy/datadog/trace/test/util/ConfigTransformSpockExtension.groovy
@@ -18,11 +18,6 @@ import static net.bytebuddy.matcher.ElementMatchers.none
18
* Transforms the Config class to make its INSTANCE field non-final and volatile.
19
*/
20
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
-
26
static final String INST_CONFIG = "datadog.trace.api.InstrumenterConfig"
27
static final String CONFIG = "datadog.trace.api.Config"
28
0 commit comments