Skip to content

Commit

Permalink
Keep separate classloader off
Browse files Browse the repository at this point in the history
  • Loading branch information
gofraser committed May 15, 2017
1 parent b834bcf commit e941024
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public class RuntimeSettings {
* Should tests be executed in a separate instrumenting class loader
* or with the standard classloader and instrumentation via an agent?
*/
public static boolean useSeparateClassLoader = true;
public static boolean useSeparateClassLoader = false;

/**
* If the class is serializable, then doing any change (adding hashCode, static reset, etc)
Expand Down

0 comments on commit e941024

Please sign in to comment.