Skip to content

Commit d420936

Browse files
committed
perf/InstrumentationTest test fixed
1 parent a1ea825 commit d420936

File tree

1 file changed

+2
-1
lines changed
  • visualvm/libs.profiler/lib.profiler/test/qa-functional/src/org/graalvm/visualvm/lib/jfluid/tests/jfluid/perf

1 file changed

+2
-1
lines changed

visualvm/libs.profiler/lib.profiler/test/qa-functional/src/org/graalvm/visualvm/lib/jfluid/tests/jfluid/perf/InstrumentationTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ public static Test suite() {
8484
"testJaxbNoGettersEmpties",
8585
"testSimple",
8686
"testSimpleNoEmpties",
87-
"testSimpleNoGetters").enableModules(".*").clusters(".*").gui(false));
87+
"testSimpleNoGetters")
88+
.honorAutoloadEager(true).enableModules(".*").clusters(".*").gui(false));
8889
}
8990

9091
//~ Methods ------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)