diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-google-auth/run-ptest')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-google-auth/run-ptest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-auth/run-ptest b/meta-python/recipes-devtools/python/python3-google-auth/run-ptest index f1c8729f0e..e2f6d49fd0 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth/run-ptest +++ b/meta-python/recipes-devtools/python/python3-google-auth/run-ptest | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | pytest --automake | 3 | # Ignore mtls test until https://github.com/googleapis/google-api-python-client/issues/2554 is fixed |
4 | 4 | pytest --automake --deselect tests/transport/test__mtls_helper.py::TestDecryptPrivateKey | |