Skip to content

Commit

Permalink
Disable test for netfx (dotnet#20792)
Browse files Browse the repository at this point in the history
* Disable test for netfx

* change to AI
  • Loading branch information
danmoseley authored Jun 8, 2017
1 parent 9468aed commit 570a6c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public void RandomOperationsTest()
}

[Fact]
[ActiveIssue("Sporadic failure, needs a port of https://github.com/dotnet/coreclr/pull/4340", TargetFrameworkMonikers.NetFramework)]
public void EmptyTest()
{
this.EmptyTestHelper(Empty<int>(), 5, null);
Expand Down

0 comments on commit 570a6c4

Please sign in to comment.