Mark flaky tests as XFAIL (#6299)
* Temporarily skip TestGPUUpdaters::test_categorical * Temporarily skip test_boost_from_prediction[approx]
This commit is contained in:
committed by
GitHub
parent
c4da967b5c
commit
143b278267
@@ -86,6 +86,7 @@ class TestGPUUpdaters:
|
||||
@settings(deadline=None)
|
||||
@pytest.mark.skipif(**tm.no_pandas())
|
||||
def test_categorical(self, rows, cols, rounds, cats):
|
||||
pytest.xfail(reason='TestGPUUpdaters::test_categorical is flaky')
|
||||
self.run_categorical_basic(rows, cols, rounds, cats)
|
||||
|
||||
def test_categorical_32_cat(self):
|
||||
|
||||
Reference in New Issue
Block a user