8256276: Temporarily disable gtest special_flags
Reviewed-by: tschatzl, dcubed
This commit is contained in:
parent
19bade0280
commit
943acd22e5
@ -30,7 +30,7 @@
|
||||
// The test will only fail late in the release cycle as a reminder,
|
||||
// in case it has been forgotten.
|
||||
#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";
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user