Skip to content

Commit d62f70c

Browse files
committed
[skip ci] Fix typo
Should've been skip, not flaky...
1 parent b094d5a commit d62f70c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sapi/fpm/tests/bug74083-concurrent-reload.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Concurrent reload signals should not kill PHP-FPM master process. (Bug: #74083)
44
<?php
55
include "skipif.inc";
66
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
7-
if (getenv("GITHUB_ACTIONS") && PHP_OS_FAMILY === "Darwin") die("flaky Potential cause for GitHub Actions crash");
7+
if (getenv("GITHUB_ACTIONS") && PHP_OS_FAMILY === "Darwin") die("skip Potential cause for GitHub Actions crash");
88
?>
99
--FILE--
1010
<?php

sapi/fpm/tests/bug76601-reload-child-signals.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FPM: bug76601 children should not ignore signals during concurrent reloads
44
<?php
55
include "skipif.inc";
66
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
7-
if (getenv("GITHUB_ACTIONS") && PHP_OS_FAMILY === "Darwin") die("flaky Potential cause for GitHub Actions crash");
7+
if (getenv("GITHUB_ACTIONS") && PHP_OS_FAMILY === "Darwin") die("skip Potential cause for GitHub Actions crash");
88
?>
99
--FILE--
1010
<?php

0 commit comments

Comments
 (0)