mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[ntcore] Disable assertions unit test (ValueDeathTest) (#8221)
This likes to hang on Windows.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user