Skip to content

Commit 3e2b0c2

Browse files
committed
Merge branch 'js/ci-san-skip-p4-and-svn-tests'
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
2 parents 8cc32c6 + 6ba9136 commit 3e2b0c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/lib.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@ linux-leaks)
280280
;;
281281
linux-asan-ubsan)
282282
export SANITIZE=address,undefined
283+
export NO_SVN_TESTS=LetsSaveSomeTime
284+
MAKEFLAGS="$MAKEFLAGS NO_PYTHON=YepBecauseP4FlakesTooOften"
283285
;;
284286
esac
285287

0 commit comments

Comments
 (0)