Skip to content

Commit d52b9ad

Browse files
committed
benchmarks/JbbTest test fixed
1 parent 8cbe4b0 commit d52b9ad

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/benchmarks

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ public static Test suite() {
5858
"testDefaultPart",
5959
"testInstrumentEager",
6060
"testInstrumentSampledLazy",
61-
"testInstrumentSampledTotal").enableModules(".*").clusters(".*").gui(false));
61+
"testInstrumentSampledTotal")
62+
.honorAutoloadEager(true).enableModules(".*").clusters(".*").gui(false));
6263
}
6364

6465
//~ Methods ------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)