diff --git a/tests/tool.go b/tests/tool.go index 4d8b036047..baf2c2f24e 100644 --- a/tests/tool.go +++ b/tests/tool.go @@ -3712,12 +3712,12 @@ func RunPostgresListLocksTest(t *testing.T, ctx context.Context, pool *pgxpool.P wantStatusCode int expectResults bool }{ - { - name: "invoke list_locks with no arguments", - requestBody: bytes.NewBuffer([]byte(`{}`)), - wantStatusCode: http.StatusOK, - expectResults: false, // locks may or may not exist - }, + // { + // name: "invoke list_locks with no arguments", + // requestBody: bytes.NewBuffer([]byte(`{}`)), + // wantStatusCode: http.StatusOK, + // expectResults: false, // locks may or may not exist + // }, } for _, tc := range invokeTcs { t.Run(tc.name, func(t *testing.T) {