We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74202ba commit 2c6bce1Copy full SHA for 2c6bce1
tests/StackExchange.Redis.Tests/CancellationTests.cs
@@ -117,6 +117,7 @@ public async Task WithTimeout_ShortTimeout_ThrowsOperationCanceledException()
117
{
118
await db.StringSetAsync(Me(), "value");
119
// If it succeeds, that's fine too - Redis is fast
120
+ Skip.Inconclusive("Redis is too fast for this test.");
121
}
122
catch (OperationCanceledException)
123
0 commit comments