Skip to content

Commit 8d01dd1

Browse files
committed
memory/BasicTest test fixed
1 parent 49625b3 commit 8d01dd1

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1997, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -59,7 +59,8 @@ public static Test suite() {
5959
"testSettingsLiveness",
6060
"testSettingsLivenessServer",
6161
"testSettingsLivenessStackTraces",
62-
"testSettingsLivenessStackTracesServer").enableModules(".*").clusters(".*").gui(false));
62+
"testSettingsLivenessStackTracesServer")
63+
.honorAutoloadEager(true).enableModules(".*").clusters(".*").gui(false));
6364
}
6465

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

0 commit comments

Comments
 (0)