Skip to content

Commit

Permalink
Fix skip.
Browse files Browse the repository at this point in the history
  • Loading branch information
RAMitchell committed Jul 19, 2023
1 parent 9d9f00f commit 88bdc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legateboost/test/test_with_hypothesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def classification_dataset_strategy(draw):
)
@pytest.mark.skipif(
get_legate_runtime().machine.preferred_kind == 1,
"Fails with V100 GPU, see issue #14",
reason="Fails with V100 GPU, see issue #14",
)
def test_classifier(model_params, classification_params, classification_dataset):
X, y, w, name = classification_dataset
Expand Down

0 comments on commit 88bdc62

Please sign in to comment.