fix: skip usage tests that don't work with Prism

This commit is contained in:
stainless-app[bot] 2025-12-18 04:00:30 +00:00
parent 7cf281aa4f
commit dc3c60ecc6

View file

@ -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)