Skip to content

Commit 8872193

Browse files
fix: skip usage tests that don't work with Prism
1 parent 2f28cd0 commit 8872193

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
browser, err := client.Browsers.New(context.TODO(), kernel.BrowserNewParams{
2829
Stealth: kernel.Bool(true),
2930
})

0 commit comments

Comments
 (0)