Unverified Commit 39c85dd9 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[dask] [ci] fix flaky network-setup test (#4071)

parent 296b2a26
...@@ -1024,6 +1024,8 @@ def test_network_params_not_required_but_respected_if_given(client, task, output ...@@ -1024,6 +1024,8 @@ def test_network_params_not_required_but_respected_if_given(client, task, output
if task == 'ranking' and output == 'scipy_csr_matrix': if task == 'ranking' and output == 'scipy_csr_matrix':
pytest.skip('LGBMRanker is not currently tested on sparse matrices') pytest.skip('LGBMRanker is not currently tested on sparse matrices')
client.wait_for_workers(2)
if task == 'ranking': if task == 'ranking':
_, _, _, _, dX, dy, _, dg = _create_ranking_data( _, _, _, _, dX, dy, _, dg = _create_ranking_data(
output=output, output=output,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment