Skip to content
Prev Previous commit
Next Next commit
don't enable use_regional_endpoints in system tests
  • Loading branch information
shobsi committed Nov 13, 2023
commit 39a73bc58465ad2ee4c71cb978a444f1dcc99a18
1 change: 0 additions & 1 deletion tests/system/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ def session() -> bigframes.Session:
def session_tokyo(tokyo_location: str) -> bigframes.Session:
context = bigframes.BigQueryOptions(
location=tokyo_location,
use_regional_endpoints=True,
)
return bigframes.Session(context=context)

Expand Down