Skip to content

Commit

Permalink
Run Dask's test_pickle_empty on CI again (#442)
Browse files Browse the repository at this point in the history
Also: Skip flaky `test_target_duration` from Dask
  • Loading branch information
jakirkham committed Sep 10, 2021
1 parent ef6fb90 commit 9fdb09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Expand Up @@ -166,10 +166,10 @@ jobs:
# https://github.com/dask/distributed/issues/4514
export DISABLE_IPV6=1
# 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)
# - test_target_duration (https://github.com/dask/distributed/issues/4859)
# See https://github.com/cloudpipe/cloudpickle/pull/432
export PYTEST_ADDOPTS=("-k" "not test_pickle_empty and not test_dont_steal_unknown_functions")
export PYTEST_ADDOPTS=("-k" "not test_dont_steal_unknown_functions and not test_target_duration")
source ./.github/scripts/test_downstream_project.sh
joblib-downstream-build:
Expand Down

0 comments on commit 9fdb09f

Please sign in to comment.