]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Travis: Stop allowing stem test failures
authorteor <teor@torproject.org>
Tue, 28 Jan 2020 09:55:35 +0000 (19:55 +1000)
committerteor <teor@torproject.org>
Tue, 28 Jan 2020 09:56:56 +0000 (19:56 +1000)
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.

.travis.yml
changes/ticket33075 [new file with mode: 0644]

index 7f7e7a572356b8612d56d8154c1dfe6a745560d0..28a45788b4ac28ff669e7644bd2cc9ecd330b348 100644 (file)
@@ -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
new file mode 100644 (file)
index 0000000..69698d9
--- /dev/null
@@ -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.