Skip to content

Commit b9eaee1

Browse files
committed
[skip ci] Skip fpm tests crashing lsan on GHA
> LeakSanitizer has encountered a fatal error. This happens only on 8.2/8.3 for some reason. Don't merge for 8.4 for now, we can do that later if it reoccurs.
1 parent 004a398 commit b9eaee1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sapi/fpm/tests/bug68591-conf-test-group.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FPM: bug68591 - config test group existence
33
--SKIPIF--
44
<?php
55
include "skipif.inc";
6+
if (getenv("SKIP_ASAN") && getenv("GITHUB_ACTIONS")) die("skip leak sanitizer crashes");
67
?>
78
--FILE--
89
<?php

sapi/fpm/tests/bug68591-conf-test-user.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FPM: bug68591 - config test user existence
33
--SKIPIF--
44
<?php
55
include "skipif.inc";
6+
if (getenv("SKIP_ASAN") && getenv("GITHUB_ACTIONS")) die("skip leak sanitizer crashes");
67
?>
78
--FILE--
89
<?php

0 commit comments

Comments
 (0)