Skip to content

Commit

Permalink
Merge branch 'branch-24.04' into remove-cudf-column-full
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Mar 5, 2024
2 parents c1cdab7 + d426596 commit 6dbf0a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/cuml/tests/test_strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ def test_standard_datasets(dataset):


@given(split_datasets(standard_datasets()))
@settings(
suppress_health_check=[HealthCheck.too_slow, HealthCheck.data_too_large]
)
@settings(suppress_health_check=list(HealthCheck))
def test_split_datasets(split_dataset):
X_train, X_test, y_train, y_test = split_dataset

Expand Down

0 comments on commit 6dbf0a2

Please sign in to comment.