blob: e2f6d49fd0876cd606ad7a17f6169d0b5a07b18b (
plain)
1
2
3
4
|
#!/bin/sh
# Ignore mtls test until https://github.com/googleapis/google-api-python-client/issues/2554 is fixed
pytest --automake --deselect tests/transport/test__mtls_helper.py::TestDecryptPrivateKey
|