Skip to content

Commit

Permalink
COMP: tagged some slow tests to hopefully allow them to pass on cdash
Browse files Browse the repository at this point in the history
  • Loading branch information
seanm authored and hjmjohnson committed Jan 24, 2025
1 parent d9a21c8 commit acaddf4
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,10 @@ if(ITK_USE_BRAINWEB_DATA)
TEST ITKv3DeformableRegistration8Test3
APPEND
PROPERTY LABELS RUNS_LONG)
set_property(
TEST ITKv3DeformableRegistration8Test3
APPEND
PROPERTIES RESOURCE_LOCK MEMORY_SIZE)

itk_add_test(
NAME
Expand Down Expand Up @@ -637,6 +641,10 @@ if(ITK_USE_BRAINWEB_DATA)
TEST ITKv3DeformableRegistration8Test7
APPEND
PROPERTY LABELS RUNS_LONG)
set_property(
TEST ITKv3DeformableRegistration8Test7
APPEND
PROPERTY RUN_SERIAL True)

itk_add_test(
NAME
Expand All @@ -659,6 +667,10 @@ if(ITK_USE_BRAINWEB_DATA)
TEST ITKv3DeformableRegistration8Test8
APPEND
PROPERTY LABELS RUNS_LONG)
set_property(
TEST ITKv3DeformableRegistration8Test8
APPEND
PROPERTY RUN_SERIAL True)

set(NUMBER_OF_BSPLINE_GRID_NODES 100)
itk_add_test(
Expand Down

0 comments on commit acaddf4

Please sign in to comment.