Skip to content

Commit 9ab1422

Browse files
fix: skip usage tests that don't work with Prism
1 parent cc1af63 commit 9ab1422

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
build, err := client.Builds.New(context.TODO(), stainless.BuildNewParams{
2829
Project: stainless.String("stainless"),
2930
Revision: stainless.BuildNewParamsRevisionUnion{

0 commit comments

Comments
 (0)