Skip to content

Commit 8237603

Browse files
authored
Temporarily disable run_hwasan_lam_tests
Something is still broken after switching bot dir from `/b` to '/home/b'.
1 parent 35c77f9 commit 8237603

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

zorg/buildbot/builders/sanitizers/buildbot_qemu.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ for B in $SCUDO_BUILDS ; do
388388
run_scudo_tests $B
389389
done
390390

391-
[[ -z "$SKIP_HWASAN_LAM" ]] && (
392-
run_hwasan_lam_tests
393-
)
391+
#[[ -z "$SKIP_HWASAN_LAM" ]] && (
392+
# run_hwasan_lam_tests
393+
#)
394394

395395
cleanup $STAGE2_DIR

0 commit comments

Comments
 (0)