Skip to content

Commit 1941db6

Browse files
committed
BUG: Disable VariationalRegistrationCurvature3DTest with orphaned baseline
The baseline VariationalRegistrationCurvature3DTest.nii.gz.md5 points to an MD5 hash that 404s on gh-pages, Girder, and itk.org — the blob appears to be permanently lost. Comment out the corresponding Test3D invocation and remove the dead .md5 tag.
1 parent 362e08e commit 1941db6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

test/Baseline/VariationalRegistrationCurvature3DTest.nii.gz.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ if(ITK_USE_FFTWF OR ITK_USE_FFTWD)
117117
Test3D(VariationalRegistrationElastic3DTest -r 2 -m 0.25 -b 0.25)
118118

119119
# Active Thirion forces and curvature regularization
120-
Test3D(VariationalRegistrationCurvature3DTest -r 3 -a 1)
120+
# Disabled: baseline VariationalRegistrationCurvature3DTest.nii.gz is
121+
# orphaned (404 from gh-pages, Girder, and itk.org).
122+
# Test3D(VariationalRegistrationCurvature3DTest -r 3 -a 1)
121123
endif()
122124

123125
# SSD forces and gaussian smoothing

0 commit comments

Comments
 (0)