Skip to content

Commit 0ae6a2a

Browse files
committed
.travis.yml: Disable ppc64le allow_failures.
Now I expect that Travis ppc64le always passes without any random failures by the commit 1f1b9b0 that is a workaround to pass the `test/rdoc/test_rdoc_generator_json_index.rb` in Travis ppc64le case.
1 parent 981ec1d commit 0ae6a2a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@ matrix:
111111
# Allow failures for the unstable jobs.
112112
# - name: arm32-linux
113113
# - name: arm64-linux
114-
# FIXME: TestRDocGeneratorJsonIndex#test_generate fails randomly.
115-
# https://app.travis-ci.com/github/ruby/ruby/jobs/612380961#L2900
116-
- name: ppc64le-linux
114+
# - name: ppc64le-linux
117115
# - name: s390x-linux
118116
fast_finish: true
119117

0 commit comments

Comments
 (0)