Skip to content

Commit

Permalink
disable the failing test (#43225)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anipik authored Oct 9, 2020
1 parent 5d64972 commit 4ad2a55
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,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 4ad2a55

Please sign in to comment.