Commit d955d4a8 authored by Nick Craver's avatar Nick Craver

Skip ScanResume

Turns out redis on Windows is hella flaky here - the test runs fine against *nix hosts - disabling for now.
parent d8cacb02
...@@ -84,7 +84,7 @@ public void ScansIScanning() ...@@ -84,7 +84,7 @@ public void ScansIScanning()
} }
} }
[Fact] [Fact(Skip = "Windows Redis 3.x is flaky here. The test runs fine against other servers...")]
public void ScanResume() public void ScanResume()
{ {
using (var conn = Create(allowAdmin: true)) using (var conn = Create(allowAdmin: true))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment