diff --git a/test_config.py b/test_config.py index ebe6093..6c1fa34 100644 --- a/test_config.py +++ b/test_config.py @@ -17,3 +17,6 @@ def check_test_solver_install(solver_class): cuda_version = get_cuda_version() if cuda_version is None: pytest.xfail("Cuml needs a working GPU hardware.") + if "snapml" in solver_class.name.lower(): + if sys.platform == "darwin": + pytest.xfail("SNAPML segfaults on MacOS.")