diff --git a/tests/test_container.py b/tests/test_container.py index d13495a..b3204e3 100644 --- a/tests/test_container.py +++ b/tests/test_container.py @@ -84,6 +84,10 @@ def build_image(): @pytest.mark.skipif(platform.system() == "Linux", reason="No socket mounting issues on Linux") +@pytest.mark.skipif( + platform.system() == "Darwin" and os.getenv("GITHUB_ACTIONS") is not None, + reason="Github actions doesn't support docker", +) def test_container_uds(build_image, tmp_path_factory): uds_dir = tmp_path_factory.mktemp("uds")