]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
ci: Exclude broken Stem tests
authorDavid Goulet <dgoulet@torproject.org>
Wed, 23 Aug 2023 15:33:43 +0000 (11:33 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Wed, 23 Aug 2023 15:33:58 +0000 (11:33 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
scripts/ci/ci-driver.sh

index 93d764f2621fa27157613cfcb203ba6c647a96a5..a4468ffd647d6c52acef1785249ca78fd2eb9e8b 100755 (executable)
@@ -456,7 +456,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.