We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bade0 commit 943acd2Copy full SHA for 943acd2
test/hotspot/gtest/runtime/test_special_flags.cpp
@@ -30,7 +30,7 @@
30
// The test will only fail late in the release cycle as a reminder,
31
// in case it has been forgotten.
32
#ifdef ASSERT
33
-TEST_VM(special_flags, verify_special_flags) {
+TEST_VM(DISABLED_special_flags, verify_special_flags) {
34
ASSERT_TRUE(Arguments::verify_special_jvm_flags(true)) << "Special flag verification failed";
35
}
36
#endif
0 commit comments