diff --git a/.github/workflows/ci_macos.yml b/.github/workflows/ci_macos.yml index ea4ec3ef80..2f524a2aa3 100644 --- a/.github/workflows/ci_macos.yml +++ b/.github/workflows/ci_macos.yml @@ -120,6 +120,7 @@ jobs: src/102-reusefd \ src/103-reloadcachemgr \ src/104-concurrent_mounts \ + src/105-streaming-cache \ src/406-ducc-webhook-notifications \ -- \ src/0* \ diff --git a/test/common/container/test.sh b/test/common/container/test.sh index fc205241bc..3c5bfbedfb 100644 --- a/test/common/container/test.sh +++ b/test/common/container/test.sh @@ -9,6 +9,7 @@ SERVER_TEST_LOGFILE=/tmp/cvmfs-server-test.log echo "running CernVM-FS client test cases..." ./run.sh $CLIENT_TEST_LOGFILE -s "quick" \ -x src/104-concurrent_mounts \ + src/105-streaming-cache \ -- \ src/0* \ src/1* \