Skip to content

Commit d955d4a

Browse files
committed
Skip ScanResume
Turns out redis on Windows is hella flaky here - the test runs fine against *nix hosts - disabling for now.
1 parent d8cacb0 commit d955d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StackExchange.Redis.Tests/Scans.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public void ScansIScanning()
8484
}
8585
}
8686

87-
[Fact]
87+
[Fact(Skip = "Windows Redis 3.x is flaky here. The test runs fine against other servers...")]
8888
public void ScanResume()
8989
{
9090
using (var conn = Create(allowAdmin: true))

0 commit comments

Comments
 (0)