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

Commit 6db68d2

Browse files
Adding another codecoverage flake
1 parent efa2c92 commit 6db68d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/TrackingCollectionTests/TrackingCollectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,7 @@ public void Removing()
18321832
col.Dispose();
18331833
}
18341834

1835-
[Test]
1835+
[Test, Category("CodeCoverageFlake")]
18361836
public void RemovingFirstItemWithFilterWorks()
18371837
{
18381838
var source = new Subject<Thing>();

0 commit comments

Comments
 (0)