Skip to content

Commit

Permalink
gitlab-ci: do not run tests with address sanitizer
Browse files Browse the repository at this point in the history
This is flaky and sometimes fails or hangs unexplicably.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
bonzini committed Mar 15, 2022
1 parent 3e4546d commit 8a5606f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitlab-ci.d/buildtest.yml
Expand Up @@ -515,8 +515,6 @@ build-oss-fuzz:
echo Testing ${fuzzer} ... ;
"${fuzzer}" -runs=1 -seed=1 || exit 1 ;
done
# Unrelated to fuzzer: run some tests with -fsanitize=address
- cd build-oss-fuzz && make check-qtest-i386 check-unit

build-tci:
extends: .native_build_job_template
Expand Down

0 comments on commit 8a5606f

Please sign in to comment.