Skip to content

Commit 4a178a3

Browse files
committed
Disable test that fails on 32-bit platforms because the cursor ID can not be represented
1 parent d156389 commit 4a178a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cursor/cursor-destruct-001.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
MongoDB\Driver\Cursor destruct should kill a live cursor
33
--SKIPIF--
4+
<?php if (PHP_INT_SIZE !== 8) { die('skip Only for 64-bit platform'); } ?>
45
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
56
<?php NEEDS('STANDALONE'); CLEANUP(STANDALONE); ?>
67
--FILE--

0 commit comments

Comments
 (0)