Skip to content

Commit 2c6bce1

Browse files
committed
clarify inconclusive if too fast to detect timeout
1 parent 74202ba commit 2c6bce1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/StackExchange.Redis.Tests/CancellationTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ public async Task WithTimeout_ShortTimeout_ThrowsOperationCanceledException()
117117
{
118118
await db.StringSetAsync(Me(), "value");
119119
// If it succeeds, that's fine too - Redis is fast
120+
Skip.Inconclusive("Redis is too fast for this test.");
120121
}
121122
catch (OperationCanceledException)
122123
{

0 commit comments

Comments
 (0)