From ed62e9a8d5b30ee6906ca7a3a5fd47d046f65952 Mon Sep 17 00:00:00 2001 From: Zuzana Miklankova Date: Tue, 21 Feb 2023 16:37:24 +0100 Subject: [PATCH] tests: remove test_application from tests Reason: it is already part of the test_application and test_application_user testcases. Moreover it is not clear against which container should be the exec's run. --- test/run | 1 - 1 file changed, 1 deletion(-) diff --git a/test/run b/test/run index ceb601b74..16cd892f9 100755 --- a/test/run +++ b/test/run @@ -12,7 +12,6 @@ test -n "${VERSION-}" || false 'make sure $VERSION is defined' TEST_LIST="\ test_s2i_usage test_docker_run_usage -test_scl_usage test_application test_application_user test_ssl