diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6b013b8e..b136371cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -133,7 +133,7 @@ jobs: export EXTERNAL_S3_BUCKET_AWS_SECRET_ACCESS_KEY="${{secrets.EXTERNAL_S3_BUCKET_AWS_SECRET_ACCESS_KEY}}" # use loadscope to avoid issues running tests concurrently that share scoped fixtures - pytest -sv tests/integration -n auto --ignore=tests/integration/synapseclient/test_command_line_client.py --dist loadscope + pytest -sv tests/integration/synapseclient/core/test_caching.py -n auto --ignore=tests/integration/synapseclient/test_command_line_client.py --dist loadscope fi # enforce the code matches the Black code style lint: