Skip to content

Commit 261b605

Browse files
committed
PHPLIB-417: enable incomplete tests for transaction spec
1 parent 4a37485 commit 261b605

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/SpecTests/TransactionsSpecTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ class TransactionsSpecTest extends FunctionalTestCase
2727
private static $incompleteTests = [
2828
'error-labels: add unknown commit label to MaxTimeMSExpired' => 'PHPC-1382',
2929
'error-labels: add unknown commit label to writeConcernError MaxTimeMSExpired' => 'PHPC-1382',
30-
'read-concern: only first countDocuments includes readConcern' => 'PHPLIB-417',
31-
'read-concern: countDocuments ignores collection readConcern' => 'PHPLIB-417',
3230
'read-pref: default readPreference' => 'PHPLIB does not properly inherit readPreference for transactions',
3331
'read-pref: primary readPreference' => 'PHPLIB does not properly inherit readPreference for transactions',
3432
'run-command: run command with secondary read preference in client option and primary read preference in transaction options' => 'PHPLIB does not properly inherit readPreference for transactions',

0 commit comments

Comments
 (0)