Skip to content

Commit 05c80ce

Browse files
committed
doomed test, needs thought
1 parent aa25c4c commit 05c80ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/StackExchange.Redis.Tests/MovedToSameEndpointTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ private static int GetFreePort()
4242
/// - SET command count should increase by 2 (initial attempt + retry)
4343
/// - MOVED response count should increase by 1 (only on first attempt)
4444
/// - Connection count should increase by 1 (reconnection after MOVED)
45-
/// - Final SET operation should succeed with value stored
45+
/// - Final SET operation should succeed with value stored.
4646
/// </summary>
47-
[Fact]
47+
[Fact(Skip = "dummy server is not a cluster!")]
4848
public async Task MovedToSameEndpoint_TriggersReconnectAndRetry_CommandSucceeds()
4949
{
5050
var keyName = "MovedToSameEndpoint_TriggersReconnectAndRetry_CommandSucceeds";

0 commit comments

Comments
 (0)