diff options
author | teor <teor@torproject.org> | 2020-01-28 19:55:35 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-01-28 19:56:56 +1000 |
commit | 9d771ccc86a7b8f04a40d619b78f7d99f67c176f (patch) | |
tree | 7c1781b8af9c62d0be2cefc663ada875f96c4eb9 /.travis.yml | |
parent | 19954cffd7710ccac778aa5cf15ae1bc6a5d56fa (diff) | |
download | tor-9d771ccc86a7b8f04a40d619b78f7d99f67c176f.tar.gz tor-9d771ccc86a7b8f04a40d619b78f7d99f67c176f.zip |
Travis: Stop allowing stem test failures
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.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 7f7e7a5723..28a45788b4 100644 --- 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 |