mirror of
https://github.com/anomalyco/opencode-sdk-go.git
synced 2026-05-16 20:02:11 +00:00
fix: skip usage tests that don't work with Prism
This commit is contained in:
parent
7cf281aa4f
commit
dc3c60ecc6
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue