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

Commit 03e3bc7

Browse files
committed
Categorize this test as timing-dependent
1 parent 866cc18 commit 03e3bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TrackingCollectionTests/TrackingCollectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1839,7 +1839,7 @@ public void DisposingThrows()
18391839
Assert.Throws<ObjectDisposedException>(() => col.RemoveItem(GetThing(1)));
18401840
}
18411841

1842-
[Test]
1842+
[Test, Category("Timings")]
18431843
public async Task MultipleSortingAndFiltering()
18441844
{
18451845
var expectedTotal = 20;

0 commit comments

Comments
 (0)