Merge topic 'fix-typo-ctest-exclusion'

be76f6344 ci: fix typo for CTEST_EXCLUSION

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Sujin Philip <sujin.philip@kitware.com>
Merge-request: !3194
This commit is contained in:
Vicente Bolea 2024-02-08 22:44:02 +00:00 committed by Kitware Robot
commit 3613d8d699

@ -82,7 +82,7 @@ test:ubuntu2004_hip_kokkos:
- .run_upstream_branches
variables:
CTEST_MAX_PARALLELISM: 1
TEST_EXCLUSIONS: "UnitTestWorkletParticleAdvection"
CTEST_EXCLUSIONS: "UnitTestWorkletParticleAdvection"
dependencies:
- build:ubuntu2004_hip_kokkos
needs: