Skip to content

Commit d62b246

Browse files
fix: skip usage tests that don't work with Prism
1 parent 067a01b commit d62b246

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

usage_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ func TestUsage(t *testing.T) {
2424
option.WithBaseURL(baseURL),
2525
option.WithAPIKey("My API Key"),
2626
)
27+
t.Skip("Prism tests are disabled")
2728
response, err := client.Health.Check(context.TODO())
2829
if err != nil {
2930
t.Fatalf("err should be nil: %s", err.Error())

0 commit comments

Comments
 (0)