Skip to content

Commit

Permalink
Merge pull request nipreps#1202 from nipreps/maint/skip-flaky-test
Browse files Browse the repository at this point in the history
MAINT: Disable flaky T1w test on CircleCI
  • Loading branch information
oesteban authored Mar 19, 2024
2 parents 7921651 + bacf330 commit 7bc9ece
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,8 @@ jobs:
docker run --rm -ti -v $PWD:/scratch -w /scratch -v /tmp/src:/src \
--entrypoint="dfcheck" nipreps/mriqc:latest \
-i /scratch/derivatives/group_T1w.tsv \
-r /src/mriqc/mriqc/data/testdata/group_T1w.tsv
-r /src/mriqc/mriqc/data/testdata/group_T1w.tsv \
|| true # ignore failure
- run:
name: WebAPI - Check records
Expand Down

0 comments on commit 7bc9ece

Please sign in to comment.