Skip to content

Commit 30d0a24

Browse files
authored
Fix e2e:bb tests (#1208)
# why # what changed # test plan
1 parent d5ecbfc commit 30d0a24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/lib/v3/tests/v3.dynamic.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export const v3DynamicTestConfig: V3Options =
2727
env: "BROWSERBASE",
2828
apiKey: process.env.BROWSERBASE_API_KEY!,
2929
projectId: process.env.BROWSERBASE_PROJECT_ID!,
30+
disableAPI: true,
3031
}
3132
: {
3233
...baseConfig,

0 commit comments

Comments
 (0)