Skip to content

Commit feca13f

Browse files
committed
Try skipping mysqli_insert_packet_overflow.phpt to avoid killing mysql
1 parent c8232c1 commit feca13f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/mysqli/tests/mysqli_insert_packet_overflow.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ INSERT and packet overflow
44
mysqli
55
--SKIPIF--
66
<?php
7+
if (getenv('CIRRUS_CI')) die('skip Kills mysql container on cirrus');
8+
79
require_once "connect.inc";
810

911
if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))

0 commit comments

Comments
 (0)