mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Disable watchdog test on mac (#1578)
It can't be held property on the asure test system
This commit is contained in:
committed by
Peter Johnson
parent
88a09dd13a
commit
4a6087ed56
@@ -118,7 +118,11 @@ TEST(WatchdogTest, Epochs) {
|
||||
EXPECT_EQ(0u, watchdogCounter) << "Watchdog triggered early";
|
||||
}
|
||||
|
||||
#ifdef __APPLE__
|
||||
TEST(WatchdogTest, DISABLED_MultiWatchdog) {
|
||||
#else
|
||||
TEST(WatchdogTest, MultiWatchdog) {
|
||||
#endif
|
||||
uint32_t watchdogCounter1 = 0;
|
||||
uint32_t watchdogCounter2 = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user