Skip to content

Commit 7854bf3

Browse files
authored
Suppress flaky test until fixed (#6568)
Found during another PR. Recurred 2 or 3 times. Worked around by retrying the CI build. Fixed tracked by #6567.
1 parent c3b85f8 commit 7854bf3

File tree

1 file changed

+1
-1
lines changed
  • test/Libraries/Microsoft.Extensions.TimeProvider.Testing.Tests

1 file changed

+1
-1
lines changed

test/Libraries/Microsoft.Extensions.TimeProvider.Testing.Tests/TimerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public async Task Change_WhenCalledAfterDisposeAsync_ReturnsFalse()
178178
Assert.False(t.Change(TimeSpan.FromMilliseconds(1), TimeSpan.FromMilliseconds(1)));
179179
}
180180

181-
[Fact]
181+
[Fact(Skip = "Flaky, https://github.com/dotnet/extensions/issues/6567")]
182182
public void CreateTimer_WhenDisposed_RemovesWaiterFromQueue()
183183
{
184184
var timer1Counter = 0;

0 commit comments

Comments
 (0)