Skip to content

Commit 449f2e6

Browse files
committed
debug: disable verification in google-auth test
1 parent 6c043e6 commit 449f2e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/gapic-generator/tests/system/test_pqc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ def test_google_auth_transport_pqc(run_pqc_test):
6464
cert_path = "/usr/local/google/home/omairn/git/googleapis/google-cloud-python-dev2/packages/gapic-generator/tests/cert/mtls.crt"
6565
key_path = "/usr/local/google/home/omairn/git/googleapis/google-cloud-python-dev2/packages/gapic-generator/tests/cert/mtls.key"
6666

67-
session.verify = cert_path
67+
# Disable verification temporarily to isolate hostname/cert validation errors
68+
session.verify = False
6869
session.cert = (cert_path, key_path)
6970

7071
# Bypass localhost hostname mismatch

0 commit comments

Comments
 (0)