Skip to content

Commit

Permalink
Disable tests depending on help.1 file presence
Browse files Browse the repository at this point in the history
This file will no longer be included in images produced by Konflux, thus we shouldn't test it.
  • Loading branch information
lukaszachy authored and phracek committed Oct 21, 2024
1 parent 9305850 commit f773c53
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/run
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ run_general_tests
run_change_password_test
run_change_password_new_user_test
run_replication_test
run_doc_test
run_s2i_test
run_ssl_test
run_upgrade_test
Expand Down Expand Up @@ -489,10 +488,6 @@ _s2i_test_image() {
}

run_s2i_test() {
echo " Testing s2i usage"
ct_s2i_usage ${IMAGE_NAME} ${s2i_args} &>/dev/null
ct_check_testcase_result $?

echo " Testing s2i build"
ct_s2i_build_as_df file://${test_dir}/test-app ${IMAGE_NAME} ${IMAGE_NAME}-testapp
ct_check_testcase_result $?
Expand Down

0 comments on commit f773c53

Please sign in to comment.