mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Completely disable watchdog tests on mac (#1679)
They’re just not reliable.
This commit is contained in:
committed by
Peter Johnson
parent
698edfda9d
commit
7732836bd5
@@ -17,6 +17,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
import static org.junit.jupiter.api.Assertions.assertFalse;
|
||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
|
||||
@DisabledOnOs(OS.MAC)
|
||||
class WatchdogTest {
|
||||
@Test
|
||||
void enableDisableTest() {
|
||||
@@ -189,7 +190,6 @@ class WatchdogTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@DisabledOnOs(OS.MAC)
|
||||
void multiWatchdogTest() {
|
||||
final AtomicInteger watchdogCounter1 = new AtomicInteger(0);
|
||||
final AtomicInteger watchdogCounter2 = new AtomicInteger(0);
|
||||
|
||||
Reference in New Issue
Block a user