Skip to content

Commit 521011e

Browse files
committed
Skip cancel test
1 parent c3ea568 commit 521011e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.cscs-ci/default.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ build_libfabric:
125125
SLURM_UNBUFFERED: 1
126126
MPICH_GPU_SUPPORT_ENABLED: 1
127127
script:
128-
- ctest --test-dir /oomph/build -L "parallel-ranks-4" --verbose
128+
# TODO: test_cancel hanging?
129+
- ctest --test-dir /oomph/build -L "parallel-ranks-4" --verbose -E test_cancel
129130

130131
test_serial_nccl:
131132
extends: .test_serial_template

0 commit comments

Comments
 (0)