Skip to content

Commit

Permalink
[dask] [ci] fix flaky network-setup test (#4071)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Mar 15, 2021
1 parent 296b2a2 commit 39c85dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/python_package_test/test_dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -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':
pytest.skip('LGBMRanker is not currently tested on sparse matrices')

client.wait_for_workers(2)

if task == 'ranking':
_, _, _, _, dX, dy, _, dg = _create_ranking_data(
output=output,
Expand Down

0 comments on commit 39c85dd

Please sign in to comment.