Skip to content

Commit

Permalink
Skip MultiMap ValueCount test on Hazelcast 4.0.x (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce authored Mar 3, 2022
1 parent f83ff07 commit c1f77d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multi_map_it_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c1f77d3

Please sign in to comment.