Test on s390x. (#7038)

* Fix && remove unused parameter.
This commit is contained in:
Jiaming Yuan
2021-06-18 14:55:08 +08:00
committed by GitHub
parent 86715e4cd4
commit 7968c0d051
7 changed files with 18 additions and 19 deletions

View File

@@ -232,6 +232,7 @@ class TestBasic:
assert isinstance(cv, dict)
assert len(cv) == (4)
@pytest.mark.skipif(**tm.skip_s390x())
def test_cv_explicit_fold_indices_labels(self):
params = {'max_depth': 2, 'eta': 1, 'verbosity': 0, 'objective':
'reg:squarederror'}