File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
utils/test-utils/src/main/java/datadog/trace/test/util Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,16 +58,16 @@ public class DDJavaSpecification {
5858 }
5959
6060 private static Boolean contextTestingAllowed ;
61- private static boolean isConfigInstanceModifiable = false ;
62- static boolean configModificationFailed = false ;
61+ private static volatile boolean isConfigInstanceModifiable = false ;
62+ static volatile boolean configModificationFailed = false ;
6363
6464 protected static final TestEnvironmentVariables environmentVariables =
6565 TestEnvironmentVariables .setup ();
6666
6767 private static Properties originalSystemProperties ;
6868
6969 protected boolean assertThreadsEachCleanup = true ;
70- private boolean ignoreThreadCleanup ;
70+ private volatile boolean ignoreThreadCleanup ;
7171
7272 static void allowContextTesting () {
7373 if (contextTestingAllowed == null ) {
You can’t perform that action at this time.
0 commit comments