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

Commit 3096dd8

Browse files
jcansdalegrokys
andauthored
Unignore previously-flaky test.
Co-Authored-By: grokys <[email protected]>
1 parent f4f0c69 commit 3096dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TrackingCollectionTests/TrackingCollectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
using GitHub;
1717
using System.Globalization;
1818

19-
[TestFixture]
19+
[TestFixture, Ignore("These tests are flaky and we're planning to move from using TrackingCollection")]
2020
public class TrackingTests : TestBase
2121
{
2222
const int Timeout = 2000;

0 commit comments

Comments
 (0)