We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa25c4c commit 05c80ceCopy full SHA for 05c80ce
1 file changed
tests/StackExchange.Redis.Tests/MovedToSameEndpointTests.cs
@@ -42,9 +42,9 @@ private static int GetFreePort()
42
/// - SET command count should increase by 2 (initial attempt + retry)
43
/// - MOVED response count should increase by 1 (only on first attempt)
44
/// - Connection count should increase by 1 (reconnection after MOVED)
45
- /// - Final SET operation should succeed with value stored
+ /// - Final SET operation should succeed with value stored.
46
/// </summary>
47
- [Fact]
+ [Fact(Skip = "dummy server is not a cluster!")]
48
public async Task MovedToSameEndpoint_TriggersReconnectAndRetry_CommandSucceeds()
49
{
50
var keyName = "MovedToSameEndpoint_TriggersReconnectAndRetry_CommandSucceeds";
0 commit comments