diff --git a/tests/python_package_test/test_dask.py b/tests/python_package_test/test_dask.py index 9de3b9d0e491..d4b22f675c5f 100644 --- a/tests/python_package_test/test_dask.py +++ b/tests/python_package_test/test_dask.py @@ -14,8 +14,8 @@ import lightgbm as lgb -# if not platform.startswith('linux'): -# pytest.skip('lightgbm.dask is currently supported in Linux environments', allow_module_level=True) +if not platform.startswith('linux'): + pytest.skip('lightgbm.dask is currently supported in Linux environments', allow_module_level=True) if not lgb.compat.DASK_INSTALLED: pytest.skip('Dask is not installed', allow_module_level=True)