Skip to content

Commit

Permalink
Add new dependency for submissionValidation test
Browse files Browse the repository at this point in the history
Switch the dependency property for the submissionValidation test to a
later php_test.  This should prevent the test from moving far up in
test number and throwing off the expected bolus of submission values
  • Loading branch information
josephsnyder committed Jan 6, 2025
1 parent 376e597 commit 035378a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/cdash/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,9 @@ set_tests_properties(/Feature/RemoteWorkers PROPERTIES DEPENDS install_3)
add_laravel_test(/Unit/app/Console/Command/ValidateXmlCommandTest)

add_php_test(submissionvalidation)
set_tests_properties(submissionvalidation PROPERTIES DEPENDS createpublicdashboard)
# Set this to RUN_SERIAL as we are changing the config and don't want to clobber other tests
set_tests_properties(submissionvalidation PROPERTIES RUN_SERIAL TRUE)
set_tests_properties(submissionvalidation PROPERTIES DEPENDS /Feature/AutoRemoveBuildsCommand)

add_subdirectory(ctest)
add_subdirectory(autoremovebuilds)

0 comments on commit 035378a

Please sign in to comment.