8256276: Temporarily disable gtest special_flags

Reviewed-by: tschatzl, dcubed
This commit is contained in:
Patricio Chilano Mateo 2020-11-12 15:45:26 +00:00
parent 19bade0280
commit 943acd22e5

View File

@ -30,7 +30,7 @@
// The test will only fail late in the release cycle as a reminder, // The test will only fail late in the release cycle as a reminder,
// in case it has been forgotten. // in case it has been forgotten.
#ifdef ASSERT #ifdef ASSERT
TEST_VM(special_flags, verify_special_flags) { TEST_VM(DISABLED_special_flags, verify_special_flags) {
ASSERT_TRUE(Arguments::verify_special_jvm_flags(true)) << "Special flag verification failed"; ASSERT_TRUE(Arguments::verify_special_jvm_flags(true)) << "Special flag verification failed";
} }
#endif #endif