Skip to content

Commit

Permalink
Expect gpu external memory to fail. (#6381)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Nov 12, 2020
1 parent c90f968 commit c1a62b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python-gpu/test_gpu_updaters.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def test_gpu_hist_device_dmatrix(self, param, num_rounds, dataset):
tm.dataset_strategy)
@settings(deadline=None)
def test_external_memory(self, param, num_rounds, dataset):
pytest.xfail(reason='TestGPUUpdaters::test_external_memory is flaky')
# We cannot handle empty dataset yet
assume(len(dataset.y) > 0)
param['tree_method'] = 'gpu_hist'
Expand Down

0 comments on commit c1a62b5

Please sign in to comment.