We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cacb0 commit d955d4aCopy full SHA for d955d4a
StackExchange.Redis.Tests/Scans.cs
@@ -84,7 +84,7 @@ public void ScansIScanning()
84
}
85
86
87
- [Fact]
+ [Fact(Skip = "Windows Redis 3.x is flaky here. The test runs fine against other servers...")]
88
public void ScanResume()
89
{
90
using (var conn = Create(allowAdmin: true))
0 commit comments