Skip to content

Commit

Permalink
skip snapml
Browse files Browse the repository at this point in the history
  • Loading branch information
mathurinm committed Feb 16, 2024
1 parent 9dd4be4 commit c984b85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

0 comments on commit c984b85

Please sign in to comment.