diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 0f44f4d4365e..883b519f5f9f 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -254,6 +254,9 @@ jobs: - script: | git clean -d -f -x displayName: 'Clean source directory' + # LGBM_SKIP_DASK_TESTS=true is set below only because running the tests under emulation is so slow... + # in theory, 'lightgbm.dask' should work without issue on aarch64 Linux systems. + # That could probably be removed as part of https://github.com/microsoft/LightGBM/issues/6788 - script: | cat > docker-script.sh <