Skip to content

Commit

Permalink
skip distributed flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreglaser committed Sep 9, 2021
1 parent df86f2f commit 7d6bb53
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,11 @@ jobs:
# FIXME ipv6-related failures on Ubuntu github actions CI
# https://github.com/dask/distributed/issues/4514
export DISABLE_IPV6=1
export PYTEST_ADDOPTS=("-k" "not test_pickle_empty")
# Skipping
# - test_pickle_empty until https://github.com/dask/distributed/pull/5303 gets merged,
# - test_dont_steal_unknown_function (https://github.com/dask/distributed/issues/3574)
# See https://github.com/cloudpipe/cloudpickle/pull/432
export PYTEST_ADDOPTS=("-k" "not test_pickle_empty and not test_dont_steal_unknown_functions")
source ./.github/scripts/test_downstream_project.sh
joblib-downstream-build:
Expand Down

0 comments on commit 7d6bb53

Please sign in to comment.