We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355d42f commit 468f21eCopy full SHA for 468f21e
test/run_test
@@ -20,7 +20,6 @@ run_container_creation_tests
20
run_general_tests
21
run_change_password_test
22
run_replication_test
23
-run_doc_test
24
run_s2i_test
25
run_test_cfg_hook
26
run_s2i_bake_data_test
@@ -805,9 +804,6 @@ ${mount_opts}
805
804
run_s2i_test() {
806
local temp_file
807
local ret=0
808
- echo " Testing s2i usage"
809
- ct_s2i_usage "${IMAGE_NAME}" --pull-policy=never 1>/dev/null || ret=1
810
-
811
echo " Testing s2i build"
812
813
local s2i_image_name=$IMAGE_NAME-testapp_$(ct_random_string)
0 commit comments