Skip to content

Commit

Permalink
Merge branch 'js/ci-san-skip-p4-and-svn-tests'
Browse files Browse the repository at this point in the history
Flakey "git p4" tests, as well as "git svn" tests, are now skipped
in the (rather expensive) sanitizer CI job.

* js/ci-san-skip-p4-and-svn-tests:
  ci(linux-asan-ubsan): let's save some time
  • Loading branch information
gitster committed Sep 5, 2023
2 parents 8cc32c6 + 6ba9136 commit 3e2b0c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ linux-leaks)
;;
linux-asan-ubsan)
export SANITIZE=address,undefined
export NO_SVN_TESTS=LetsSaveSomeTime
MAKEFLAGS="$MAKEFLAGS NO_PYTHON=YepBecauseP4FlakesTooOften"
;;
esac

Expand Down

0 comments on commit 3e2b0c2

Please sign in to comment.