From: David Goulet Date: Wed, 23 Aug 2023 15:33:43 +0000 (-0400) Subject: ci: Exclude broken Stem tests X-Git-Tag: tor-0.4.8.5~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e73e7b89313f1906e75e76900ac84c91d5664fc4;p=thirdparty%2Ftor.git ci: Exclude broken Stem tests Signed-off-by: David Goulet --- diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh index fdecdece34..2cbded0dc9 100755 --- a/scripts/ci/ci-driver.sh +++ b/scripts/ci/ci-driver.sh @@ -457,7 +457,7 @@ if [[ "${STEM}" = "yes" ]]; then start_section "Stem" # 0.3.5 and onward have now disabled onion service v2 so we need to exclude # these Stem tests from now on. - EXCLUDE_TESTS="--exclude-test control.controller.test_ephemeral_hidden_services_v2 --exclude-test control.controller.test_hidden_services_conf --exclude-test control.controller.test_with_ephemeral_hidden_services_basic_auth --exclude-test control.controller.test_without_ephemeral_hidden_services --exclude-test control.controller.test_with_ephemeral_hidden_services_basic_auth_no_credentials" + EXCLUDE_TESTS="--exclude-test control.controller.test_ephemeral_hidden_services_v2 --exclude-test control.controller.test_hidden_services_conf --exclude-test control.controller.test_with_ephemeral_hidden_services_basic_auth --exclude-test control.controller.test_without_ephemeral_hidden_services --exclude-test control.controller.test_with_ephemeral_hidden_services_basic_auth_no_credentials control.controller.test_with_detached_ephemeral_hidden_services control.controller.test_with_invalid_ephemeral_hidden_service_port" if [[ "${TOR_VER_AT_LEAST_044}" = 'yes' ]]; then # XXXX This should probably be part of some test-stem make target.