Skip to content

Commit 3fbdb13

Browse files
committed
[skip ci] Fix misleading xfail message
1 parent ff1e07c commit 3fbdb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_mysql/tests/pdo_mysql___construct.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pdo_mysql
66
<?php
77
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
88
MySQLPDOTest::skip();
9-
if (getenv('CIRRUS_CI')) die('xfail Broken on Cirrus+ARM');
9+
if (getenv('CIRRUS_CI')) die('xfail Broken on Cirrus');
1010
?>
1111
--FILE--
1212
<?php

0 commit comments

Comments
 (0)