From d28b03cc437e2e988a323ce90da5af53c51bc5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zachar?= <1548503+lukaszachy@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:57:01 +0200 Subject: [PATCH] Disable tests depending on help.1 file presence This file will no longer be included in images produced by Konflux, thus we shouldn't test it. --- test/run | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/run b/test/run index 7902359..5fd3bae 100755 --- a/test/run +++ b/test/run @@ -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 @@ -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 $?