Skip to content

Commit f1d6f13

Browse files
committed
+exclude
1 parent 810192d commit f1d6f13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/providers/vault/test_vault_config.py

+3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ def test_require_client_cert(self, tmp_path: Path):
110110

111111
class TestGetConnectionInfo:
112112
def test_success_1(self):
113+
if "VAULT_ADDR" in os.environ:
114+
pytest.skip("VAULT_ADDR is set. Skipping test.")
115+
113116
parsed = get_connection_info(
114117
{
115118
"url": "https://example.com",

0 commit comments

Comments
 (0)