tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 27099ffe6a6db70f08bd1d06b602d7313053c399
parent aba31e2187808257b250bf469895330f273d7746
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 28 Jan 2020 07:55:34 -0500

Merge remote-tracking branch 'tor-github/pr/1689'

Diffstat:
M.travis.yml | 2--
Achanges/ticket33075 | 4++++
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -97,8 +97,6 @@ matrix: os: osx - env: CHUTNEY="yes" CHUTNEY_ALLOW_FAILURES="2" SKIP_MAKE_CHECK="yes" os: osx - ## test-stem sometimes hangs on Travis - - env: TEST_STEM="yes" SKIP_MAKE_CHECK="yes" ## (Linux only) Use a recent Linux image (Ubuntu Bionic) dist: bionic diff --git a/changes/ticket33075 b/changes/ticket33075 @@ -0,0 +1,4 @@ + o Testing: + - Stop allowing failures on the Travis CI stem tests job. It looks like all + the stem hangs we were seeing are now fixed, but let's make sure we see + them if they happen again. Closes ticket 33075.