diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bb1297c..529f8b11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,11 +118,6 @@ jobs: 'tcp', 'uds', ] - # https://github.com/orgs/community/discussions/26253#discussioncomment-3250989 - exclude: - # don't do UDS run on macOS (for now) - - os: macos-latest - tpt_proto: 'uds' steps: - uses: actions/checkout@v4 diff --git a/tests/test_docs_examples.py b/tests/test_docs_examples.py index 1692ae63..90081a49 100644 --- a/tests/test_docs_examples.py +++ b/tests/test_docs_examples.py @@ -145,21 +145,6 @@ def test_example( 'This test does run just fine "in person" however..' ) - if ( - 'uds_transport_actor_tree' in ex_file - and - _friggin_macos - and - ci_env - ): - pytest.skip( - 'UDS-transport example reliably fails on macOS CI.\n' - 'UDS-on-macOS is otherwise un-exercised by the matrix\n' - '(no `tpt_proto=uds` macOS job), so this new example is\n' - 'the first to surface it; the macOS UDS path needs\n' - 'root-causing. Passes on Linux.' - ) - from .conftest import cpu_perf_headroom timeout: float = (