Skip to content

Commit

Permalink
Disable SetDateTimeMax test on Linux (#43178)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub authored Oct 8, 2020
1 parent 40b8e3d commit 5104f58
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ public void SetUptoNanoseconds()
Assert.Equal(ticks, dateTime.Ticks);
}

[ActiveIssue("https://github.com/dotnet/runtime/issues/43166", TestPlatforms.Linux)]
[ConditionalFact(nameof(SupportsLongMaxDateTime))]
public void SetDateTimeMax()
{
Expand Down

0 comments on commit 5104f58

Please sign in to comment.