Skip to content

Commit 3b549d5

Browse files
committed
disable extension
1 parent 5a34548 commit 3b549d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/scripts/oidc_tester.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def setup_oidc(sub_test_name: str) -> dict[str, str] | None:
3535
if sub_test_name == "azure":
3636
env["AZUREOIDC_VMNAME_PREFIX"] = "PYTHON_DRIVER"
3737
if "-remote" not in sub_test_name:
38+
env["NO_EXT"] = "1"
3839
if sub_test_name == "azure":
3940
# Found using "az vm image list --output table"
4041
env["AZUREOIDC_IMAGE"] = "Canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2:latest"

0 commit comments

Comments
 (0)