diff --git a/usage_test.go b/usage_test.go index 2652b58..bb2aa20 100644 --- a/usage_test.go +++ b/usage_test.go @@ -23,6 +23,7 @@ func TestUsage(t *testing.T) { client := opencode.NewClient( option.WithBaseURL(baseURL), ) + t.Skip("Prism tests are disabled") sessions, err := client.Session.List(context.TODO(), opencode.SessionListParams{}) if err != nil { t.Error(err)