Skip to content

Commit fc8ee6a

Browse files
committed
skip transient test on GitHub Actions
1 parent d7a1cdf commit fc8ee6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Component/Process/Tests/ProcessTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -710,9 +710,6 @@ public function testProcessIsNotSignaled()
710710
if ('\\' === \DIRECTORY_SEPARATOR) {
711711
$this->markTestSkipped('Windows does not support POSIX signals');
712712
}
713-
if (\PHP_VERSION_ID < 80300 && isset($_SERVER['GITHUB_ACTIONS'])) {
714-
$this->markTestSkipped('Transient on GHA with PHP < 8.3');
715-
}
716713

717714
$process = $this->getProcess('echo foo');
718715
$process->run();
@@ -1689,6 +1686,9 @@ public function testNotIgnoringSignal()
16891686
if (!\function_exists('pcntl_signal')) {
16901687
$this->markTestSkipped('pnctl extension is required.');
16911688
}
1689+
if (\PHP_VERSION_ID < 80300 && isset($_SERVER['GITHUB_ACTIONS'])) {
1690+
$this->markTestSkipped('Transient on GHA with PHP < 8.3');
1691+
}
16921692

16931693
$process = $this->getProcess(['sleep', '10']);
16941694

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy