Skip to content

Commit 943acd2

Browse files
committedNov 12, 2020
8256276: Temporarily disable gtest special_flags
Reviewed-by: tschatzl, dcubed
1 parent 19bade0 commit 943acd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/hotspot/gtest/runtime/test_special_flags.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// The test will only fail late in the release cycle as a reminder,
3131
// in case it has been forgotten.
3232
#ifdef ASSERT
33-
TEST_VM(special_flags, verify_special_flags) {
33+
TEST_VM(DISABLED_special_flags, verify_special_flags) {
3434
ASSERT_TRUE(Arguments::verify_special_jvm_flags(true)) << "Special flag verification failed";
3535
}
3636
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.