Skip to content

Commit 4b22c3e

Browse files
committed
[skip ci] Skip bug45161.phpt on Windows
See GH-10753 The test is insanely slow on Windows and it's unclear why. It might be a curl issue.
1 parent dd44a93 commit 4b22c3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/curl/tests/bug45161.phpt

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Bug #45161 (Reusing a curl handle leaks memory)
33
--EXTENSIONS--
44
curl
5+
--SKIPIF--
6+
<?php
7+
if (PHP_OS_FAMILY === 'Windows') die('skip This test is insanely slow on Windows');
8+
?>
59
--FILE--
610
<?php
711
include 'server.inc';

0 commit comments

Comments
 (0)