commit 88723ad1694a96bdbb713ccb5bb47a9f5acdc8bd parent 2b6df3da21803519c262099ab9dd950271f3ce11 Author: teor <teor@torproject.org> Date: Wed, 12 Feb 2020 12:18:59 +1000 Merge remote-tracking branch 'tor-github/pr/1689' into maint-0.3.5 Diffstat:
| M | .travis.yml | | | 2 | -- |
| A | changes/ticket33075 | | | 4 | ++++ |
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -93,8 +93,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.