diff options
| author | Jun Aruga <jaruga@redhat.com> | 2023-10-28 15:45:45 +0200 |
|---|---|---|
| committer | Jun Aruga <junaruga@users.noreply.github.com> | 2023-10-30 15:23:15 +0100 |
| commit | 753b1ab194f315bd6e5dcf29682ff348806e5769 (patch) | |
| tree | 70103a6fae10ec80944469ec920c652723eb4a13 | |
| parent | ca7296767b5db9a401bc64738984f35880061a73 (diff) | |
.travis.yml: Disable s390x allow_failures.
To avoid unintentional new failures. Feel free to enable it again when the case
is unstable.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0a302b70b4..0549519508 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,7 +116,7 @@ matrix: # - name: arm32-linux # - name: arm64-linux - name: ppc64le-linux - - name: s390x-linux + # - name: s390x-linux fast_finish: true before_script: |
