From 160e55fa40a39511efa06431e5c3c68f49f597b3 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:54:23 +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_test | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/run_test b/test/run_test index 6e768a7d..b571b2f0 100755 --- a/test/run_test +++ b/test/run_test @@ -20,7 +20,6 @@ run_container_creation_tests run_general_tests run_change_password_test run_replication_test -run_doc_test run_s2i_test run_test_cfg_hook run_s2i_bake_data_test @@ -805,9 +804,6 @@ ${mount_opts} run_s2i_test() { local temp_file local ret=0 - echo " Testing s2i usage" - ct_s2i_usage "${IMAGE_NAME}" --pull-policy=never 1>/dev/null || ret=1 - echo " Testing s2i build" local s2i_image_name=$IMAGE_NAME-testapp_$(ct_random_string)