Skip dask tests on ARM. (#6267)

Co-authored-by: Hyunsu Cho <chohyu01@cs.washington.edu>
This commit is contained in:
Jiaming Yuan
2020-10-26 15:09:05 +08:00
committed by GitHub
parent 677f676172
commit 2686d32a36
5 changed files with 4 additions and 12 deletions

View File

@@ -83,7 +83,6 @@ class TestEarlyStopping(unittest.TestCase):
@pytest.mark.skipif(**tm.no_sklearn())
@pytest.mark.skipif(**tm.no_pandas())
@pytest.mark.skipif(**tm.is_arm())
def test_cv_early_stopping_with_multiple_eval_sets_and_metrics(self):
from sklearn.datasets import load_breast_cancer