diff --git a/tests/internal/service_name/test_extra_services_names.py b/tests/internal/service_name/test_extra_services_names.py index 483e296d52a..8d3df8b4a83 100644 --- a/tests/internal/service_name/test_extra_services_names.py +++ b/tests/internal/service_name/test_extra_services_names.py @@ -4,7 +4,9 @@ import pytest -@pytest.mark.skipif(sys.platform in ("win32", "cygwin"), reason="Fork not supported on Windows") +@pytest.mark.skipif( + sys.platform in ("win32", "cygwin", "macos"), reason="Fork not supported on Windows; Test is flaky on macos" +) def test_config_extra_service_names_fork(run_python_code_in_subprocess): code = """ import ddtrace.auto