diff options
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eaa577a1a2..a460c260bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -662,9 +662,6 @@ validate-aarch64-darwin: tags: - aarch64-darwin-m1 - # for now make this non mandatory to pass. - allow_failure: true - variables: TEST_TYPE: test MAKE_ARGS: "-Werror" |