diff --git a/tests/gocase/unit/type/list/list_test.go b/tests/gocase/unit/type/list/list_test.go index a2234626417..79f7b360bfa 100644 --- a/tests/gocase/unit/type/list/list_test.go +++ b/tests/gocase/unit/type/list/list_test.go @@ -42,9 +42,7 @@ var largeValue = map[string]string{ } func TestLTRIM(t *testing.T) { - srv := util.StartServer(t, map[string]string{ - "list-max-ziplist-size": "4", - }) + srv := util.StartServer(t, map[string]string{}) defer srv.Close() ctx := context.Background() rdb := srv.NewClient() @@ -87,9 +85,7 @@ func TestLTRIM(t *testing.T) { } func TestZipList(t *testing.T) { - srv := util.StartServer(t, map[string]string{ - "list-max-ziplist-size": "16", - }) + srv := util.StartServer(t, map[string]string{}) defer srv.Close() ctx := context.Background() rdb := srv.NewClientWithOption(&redis.Options{