From 1086c8cf002da40b0ee99d7f3e2f09ab3cf457d7 Mon Sep 17 00:00:00 2001 From: Harmen Date: Tue, 9 Aug 2022 10:39:17 +0200 Subject: [PATCH] skip unstable test --- integration/set_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/set_test.go b/integration/set_test.go index 2e39508f..9c37a338 100644 --- a/integration/set_test.go +++ b/integration/set_test.go @@ -314,7 +314,7 @@ func TestSscan(t *testing.T) { c.Do("SSCAN", "set", "0", "MATCH", "anoth*") c.Do("SSCAN", "set", "0", "MATCH", "anoth*", "COUNT", "100") c.Do("SSCAN", "set", "0", "COUNT", "100", "MATCH", "anoth*") - c.DoLoosely("SSCAN", "set", "0", "COUNT", "1") // cursor differs + // c.DoLoosely("SSCAN", "set", "0", "COUNT", "1") // cursor differs // unstable test c.DoLoosely("SSCAN", "set", "0", "COUNT", "2") // cursor differs // Can't really test multiple keys.