Explorar el Código

Skip flaky system clock test

Daniel Chalmers hace 1 año
padre
commit
bed1facebe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      DesktopClock.Tests/SystemClockTests.cs

+ 1 - 1
DesktopClock.Tests/SystemClockTests.cs

@@ -14,7 +14,7 @@ public class SystemClockTimerTests
         _timer = new SystemClockTimer();
     }
 
-    [Theory]
+    [Theory(Skip = "Relies on system performance")]
     [InlineData(3)]
     public async Task ShouldTickEverySecondAccurately(int seconds)
     {