diff options
author | David Goulet <dgoulet@torproject.org> | 2023-08-23 11:33:43 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-08-23 11:33:58 -0400 |
commit | 405c57769f087353931c2d5b6a75ccb81788bae5 (patch) | |
tree | 1f53cbdf89c3930e6b1d8019a0db5d2377c0f41f | |
parent | fd3f9e858045068789603656f4fbd491c2b7dcbc (diff) | |
download | tor-405c57769f087353931c2d5b6a75ccb81788bae5.tar.gz tor-405c57769f087353931c2d5b6a75ccb81788bae5.zip |
ci: Exclude broken Stem tests
Signed-off-by: David Goulet <dgoulet@torproject.org>
-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 93d764f262..a4468ffd64 100755 --- a/scripts/ci/ci-driver.sh +++ b/scripts/ci/ci-driver.sh @@ -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. |