From c1f77d3598f524fc2e26487bedcd67f89a9b3b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BCce=20Tekol?= Date: Thu, 3 Mar 2022 10:26:52 +0300 Subject: [PATCH] Skip MultiMap ValueCount test on Hazelcast 4.0.x (#746) --- multi_map_it_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/multi_map_it_test.go b/multi_map_it_test.go index e75203205..1ce882f0a 100644 --- a/multi_map_it_test.go +++ b/multi_map_it_test.go @@ -476,6 +476,7 @@ func TestMultiMap_ContainsEntry(t *testing.T) { } func TestMultiMap_ValueCount(t *testing.T) { + it.SkipIf(t, "hz < 4.1") it.MultiMapTester(t, func(t *testing.T, m *hz.MultiMap) { ctx := context.Background() key := "key"