Skip to content

Commit e05fa94

Browse files
committed
Comment out unreliable timer test
1 parent 2ab6656 commit e05fa94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ihmc-java-toolkit/src/test/java/us/ihmc/tools/TimerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ private static void testTimer(double expirationTime)
6565
@Test
6666
public void testTimerSleep()
6767
{
68-
testTimerSleep(0.00000231);
68+
// testTimerSleep(0.00000231); // This one should pass, but it can be inconsistent on slow machines (including GitHub runners)
6969
testTimerSleep(0.0002);
7070
testTimerSleep(0.12);
7171
testTimerSleep(0.3);

0 commit comments

Comments
 (0)