Skip to content

Commit d1bda9d

Browse files
seanzhougooglecopybara-github
authored andcommitted
chore: Allow working_in_progress feature for unittests
PiperOrigin-RevId: 771500394
1 parent a19d617 commit d1bda9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unittests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
'GOOGLE_API_KEY': 'fake_google_api_key',
2424
'GOOGLE_CLOUD_PROJECT': 'fake_google_cloud_project',
2525
'GOOGLE_CLOUD_LOCATION': 'fake_google_cloud_location',
26+
'ADK_ALLOW_WIP_FEATURES': 'true',
2627
}
2728

2829
ENV_SETUPS = {

0 commit comments

Comments
 (0)