1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[skip ci] Mark curl_persistent_share_002.phpt as not repeatable

The repeated request will re-use the connection from the first one, failing the
connect_time check.
This commit is contained in:
Ilija Tovilo
2026-02-18 13:50:02 +01:00
parent 543fec0cf8
commit 27b41d310d

View File

@@ -4,6 +4,7 @@ Curl persistent share handle test with different options
curl
--SKIPIF--
<?php
if (getenv('SKIP_REPEAT')) die("skip Not repeatable");
include 'skipif-nocaddy.inc';
?>
--FILE--