From 2285d7083ed48f8717974697eacb97be6243947d Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 4 Dec 2024 20:43:49 +0100 Subject: [PATCH] Revert "Enable GHSA-9pqp-7h25-4f32.phpt on Windows" This reverts commit 7685fb0e1c241f6a28f0f0999ba54d8d115de044. The test fails at least for PHP-8.2+ on CI. Needs closer investigation. --- tests/basic/GHSA-9pqp-7h25-4f32.phpt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/basic/GHSA-9pqp-7h25-4f32.phpt b/tests/basic/GHSA-9pqp-7h25-4f32.phpt index af81916370500..29bcb6557d5a2 100644 --- a/tests/basic/GHSA-9pqp-7h25-4f32.phpt +++ b/tests/basic/GHSA-9pqp-7h25-4f32.phpt @@ -5,6 +5,9 @@ GHSA-9pqp-7h25-4f32 if (!getenv('TEST_PHP_CGI_EXECUTABLE')) { die("skip php-cgi not available"); } +if (substr(PHP_OS, 0, 3) == 'WIN') { + die("skip not for Windows in CI - probably resource issue"); +} ?> --FILE--