diff options
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad0257d64..8567821f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -441,6 +441,8 @@ check-api-surface: needs: [] stage: test image: docker.io/rustlang/rust:nightly + # See #2616. + allow_failure: true script: - maint/common/apt-install jq - ./maint/check-api-surface-arti |
