Skip to content

Commit 27b41d3

Browse files
committed
[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.
1 parent 543fec0 commit 27b41d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/curl/tests/curl_persistent_share_002.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Curl persistent share handle test with different options
44
curl
55
--SKIPIF--
66
<?php
7+
if (getenv('SKIP_REPEAT')) die("skip Not repeatable");
78
include 'skipif-nocaddy.inc';
89
?>
910
--FILE--

0 commit comments

Comments
 (0)