diff options
author | David Goulet <dgoulet@torproject.org> | 2019-05-13 07:34:00 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-05-13 07:34:00 -0400 |
commit | 2f44786e304ae275501c1e3f74709435ae931def (patch) | |
tree | bb6cc50ee4492e57980473184cf7db4071ca1fd3 /src/test/include.am | |
parent | 501d1ae0bd4638730c1ba050c9ddb47d7c438280 (diff) | |
parent | f35bd3681466e58e525d95714ba630caa98f67ae (diff) | |
download | tor-2f44786e304ae275501c1e3f74709435ae931def.tar.gz tor-2f44786e304ae275501c1e3f74709435ae931def.zip |
Merge branch 'tor-github/pr/976'
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/include.am b/src/test/include.am index 899e0de7d9..824089bc47 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -46,10 +46,8 @@ 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-md flavor TEST_CHUTNEY_FLAVORS_IPV6 = bridges+ipv6-min ipv6-exit-min hs-v23-ipv6-md \ - single-onion-ipv6-md + single-onion-v23-ipv6-md # only run if we can find a stable (or simply another) version of tor TEST_CHUTNEY_FLAVORS_MIXED = mixed+hs-v2 |