From 5b073864685e27f51b3dd74562330ee07cdf18be Mon Sep 17 00:00:00 2001 From: Zuzana Miklankova Date: Fri, 10 Nov 2023 15:46:44 +0100 Subject: [PATCH] do not check result of check result --- test/test-lib-nodejs.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test-lib-nodejs.sh b/test/test-lib-nodejs.sh index d79b8970..0cef381e 100644 --- a/test/test-lib-nodejs.sh +++ b/test/test-lib-nodejs.sh @@ -379,7 +379,6 @@ function test_running_client_js { echo "Running $1 test suite" prepare "$1" check_prep_result $? $1 || return - ct_check_testcase_result $? run_s2i_build_client "$1" ct_check_testcase_result $? run_client_test_suite "$1"