Skip to content

Commit 0d09f2a

Browse files
committed
PHPC-1382: No longer skip tests testing maxTimeMS for transactions
1 parent ced67f6 commit 0d09f2a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/SpecTests/TransactionsSpecTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,9 @@ class TransactionsSpecTest extends FunctionalTestCase
3434
* @var array
3535
*/
3636
private static $incompleteTests = [
37-
'error-labels: add unknown commit label to MaxTimeMSExpired' => 'PHPC-1382',
38-
'error-labels: add unknown commit label to writeConcernError MaxTimeMSExpired' => 'PHPC-1382',
3937
'read-pref: default readPreference' => 'PHPLIB does not properly inherit readPreference for transactions',
4038
'read-pref: primary readPreference' => 'PHPLIB does not properly inherit readPreference for transactions',
4139
'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',
42-
'transaction-options: transaction options inherited from defaultTransactionOptions' => 'PHPC-1382',
43-
'transaction-options: startTransaction options override defaults' => 'PHPC-1382',
44-
'transaction-options: defaultTransactionOptions override client options' => 'PHPC-1382',
4540
'transaction-options: transaction options inherited from client' => 'PHPLIB does not properly inherit readConcern for transactions',
4641
'transaction-options: readConcern local in defaultTransactionOptions' => 'PHPLIB does not properly inherit readConcern for transactions',
4742
'transaction-options: readConcern snapshot in startTransaction options' => 'PHPLIB does not properly inherit readConcern for transactions',

0 commit comments

Comments
 (0)