Disable watchdog test on mac (#1578)

It can't be held property on the asure test system
This commit is contained in:
Thad House
2019-01-30 20:35:16 -08:00
committed by Peter Johnson
parent 88a09dd13a
commit 4a6087ed56

View File

@@ -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;