From bff17cf80fc7be29f5c3eba32ef46fdd99d37137 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Fri, 10 Sep 2021 08:06:34 -0700 Subject: [PATCH 1/3] Run Dask's `test_pickle_empty` on CI again --- .github/workflows/testing.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 8baca4b1..91142ed1 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -166,10 +166,9 @@ 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) # 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") source ./.github/scripts/test_downstream_project.sh joblib-downstream-build: From 800ebc398aec57a5adcde8f09c120b543aab1d07 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Fri, 10 Sep 2021 08:39:19 -0700 Subject: [PATCH 2/3] Rerun CI From cc6c1a5276750729ca6e8aee5f028799b7ce8a86 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Fri, 10 Sep 2021 09:15:27 -0700 Subject: [PATCH 3/3] Skip flaky `test_target_duration` from Dask --- .github/workflows/testing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 91142ed1..26ab2b9e 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -167,8 +167,9 @@ jobs: export DISABLE_IPV6=1 # Skipping # - 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_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: