[ntcore] Disable assertions unit test (ValueDeathTest) (#8221)

This likes to hang on Windows.
This commit is contained in:
Peter Johnson
2025-09-08 13:58:09 -07:00
committed by GitHub
parent e5b7613b78
commit e8490eb242

View File

@@ -276,7 +276,7 @@ TEST_F(ValueTest, StringArray) {
#ifdef NDEBUG
TEST_F(ValueDeathTest, DISABLED_GetAssertions) {
#else
TEST_F(ValueDeathTest, GetAssertions) {
TEST_F(ValueDeathTest, DISABLED_GetAssertions) {
#endif
Value v;
ASSERT_DEATH((void)v.GetBoolean(), "type == NT_BOOLEAN");