diff options
author | teor <teor2345@gmail.com> | 2017-10-26 16:51:04 +1100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-02 10:19:05 -0400 |
commit | 176bfe1bede5a4669edba8003d66b913fd3a7de7 (patch) | |
tree | eb76c6654d1e824c605fbb1a9406c6be20856374 /src/test/include.am | |
parent | cc072b6fbfee7208f41309b76badec65adbca8ee (diff) | |
download | tor-176bfe1bede5a4669edba8003d66b913fd3a7de7.tar.gz tor-176bfe1bede5a4669edba8003d66b913fd3a7de7.zip |
Don't run IPv6-only v3 single onion service tests using chutney
Part of #23820.
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/include.am b/src/test/include.am index 50cee693ab..7300b85412 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -42,8 +42,10 @@ TESTS += src/test/test src/test/test-slow src/test/test-memwipe \ TEST_CHUTNEY_FLAVORS = basic-min bridges-min hs-v2-min hs-v3-min \ single-onion-v23 # only run if we can ping6 ::1 (localhost) +# IPv6-only v3 single onion services don't work yet, so we don't test the +# single-onion-v23-ipv6 flavor TEST_CHUTNEY_FLAVORS_IPV6 = bridges+ipv6-min ipv6-exit-min hs-v23-ipv6 \ - single-onion-v23-ipv6 + single-onion-ipv6 # only run if we can find a stable (or simply another) version of tor TEST_CHUTNEY_FLAVORS_MIXED = mixed+hs-v23 |