Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 573ee90

Browse files
committed
Disable ImmutableSortedSetTest.EmptyTest test
It fails sporadically due to #780, taking out a CI run once a week or so.
1 parent eed79b5 commit 573ee90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/System.Collections.Immutable/tests/ImmutableSortedSetTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public void RandomOperationsTest()
7777
}
7878

7979
[Fact]
80+
[ActiveIssue(780)]
8081
public void EmptyTest()
8182
{
8283
this.EmptyTestHelper(Empty<int>(), 5, null);

0 commit comments

Comments
 (0)