Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2187,7 +2187,7 @@ def true_mask_server_info() -> MaskServerInfo:
Returns the MaskServerInfo for the true Mask server.
"""
if not os.getenv("PYDOUGH_MASK_SERVER_PATH"):
raise RuntimeError("PYDOUGH_MASK_SERVER_PATH environment variable is not set")
pytest.skip("PYDOUGH_MASK_SERVER_PATH environment variable is not set")

# Send a health request to ensure the server is reachable and functioning.
# If not, then halt testing early.
Expand Down