Disable SetDateTimeMax test on Linux (#43178)
authorStephen Toub <stoub@microsoft.com>
Thu, 8 Oct 2020 19:44:23 +0000 (15:44 -0400)
committerGitHub <noreply@github.com>
Thu, 8 Oct 2020 19:44:23 +0000 (15:44 -0400)
src/libraries/System.IO.FileSystem/tests/File/GetSetTimes.cs

index 86e9504..67a13bc 100644 (file)
@@ -148,6 +148,7 @@ namespace System.IO.Tests
             Assert.Equal(ticks, dateTime.Ticks);
         }
 
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/43166", TestPlatforms.Linux)]
         [ConditionalFact(nameof(SupportsLongMaxDateTime))]
         public void SetDateTimeMax()
         {