diff options
author | David Goulet <dgoulet@torproject.org> | 2023-08-23 12:50:05 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-08-23 12:50:05 -0400 |
commit | 0e745d561de96b334cf9c74f06e96b7c37647a67 (patch) | |
tree | 87fd5d4cf5e2f5df72edb6dd35812eb3e236231d /scripts | |
parent | eeef1ef735f192e9a52b66688ca82457d09058b6 (diff) | |
parent | cf98f4d7b3bd04575e636ec312226f890a34f36f (diff) | |
download | tor-0e745d561de96b334cf9c74f06e96b7c37647a67.tar.gz tor-0e745d561de96b334cf9c74f06e96b7c37647a67.zip |
Merge branch 'maint-0.4.7' into maint-0.4.8
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci/ci-driver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh index 8075d31bba..15eab04d41 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-test control.controller.test_with_detached_ephemeral_hidden_services --exclude-test control.controller.test_with_invalid_ephemeral_hidden_service_port" + 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-test control.controller.test_with_detached_ephemeral_hidden_services --exclude-test control.controller.test_with_invalid_ephemeral_hidden_service_port --exclude-test control.controller.test_ephemeral_hidden_services_v3" if [[ "${TOR_VER_AT_LEAST_044}" = 'yes' ]]; then # XXXX This should probably be part of some test-stem make target. |