Skip to content

Commit 468f21e

Browse files
lukaszachyphracek
authored andcommitted
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.
1 parent 355d42f commit 468f21e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/run_test

-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ run_container_creation_tests
2020
run_general_tests
2121
run_change_password_test
2222
run_replication_test
23-
run_doc_test
2423
run_s2i_test
2524
run_test_cfg_hook
2625
run_s2i_bake_data_test
@@ -805,9 +804,6 @@ ${mount_opts}
805804
run_s2i_test() {
806805
local temp_file
807806
local ret=0
808-
echo " Testing s2i usage"
809-
ct_s2i_usage "${IMAGE_NAME}" --pull-policy=never 1>/dev/null || ret=1
810-
811807
echo " Testing s2i build"
812808

813809
local s2i_image_name=$IMAGE_NAME-testapp_$(ct_random_string)

0 commit comments

Comments
 (0)