Skip to content

Commit a1ea825

Browse files
committed
others/MeasureDiffsTest test fixed
1 parent 92d1c7c commit a1ea825

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ public static Test suite() {
5959
"testSettingsInstrumentAllLazy",
6060
"testSettingsInstrumentAllLazyServer",
6161
"testSettingsInstrumentAllTotal",
62-
"testSettingsInstrumentAllTotalServer").enableModules(".*").clusters(".*").gui(false));
62+
"testSettingsInstrumentAllTotalServer")
63+
.honorAutoloadEager(true).enableModules(".*").clusters(".*").gui(false));
6364
}
6465

6566
//~ Methods ------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)