Skip to content

Commit

Permalink
Replace xfail with skip
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSosic committed Jan 14, 2025
1 parent 432942f commit 06fac92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/insights/test_shap.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _test_shap_insight(campaign, explainer_cls, use_comp_rep, is_shap):
use_comp_rep=use_comp_rep,
)
except IncompatibleExplainerError:
pytest.xfail("Unsupported model/explainer combination.")
pytest.skip("Unsupported model/explainer combination.")

# Sanity check explainer
assert isinstance(shap_insight, insights.SHAPInsight)
Expand Down

0 comments on commit 06fac92

Please sign in to comment.