Skip to content

Commit b9865b8

Browse files
committed
PHPLIB-473: Skip tests relying on inheriting readConcern in transactions
1 parent 1282c20 commit b9865b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/SpecTests/TransactionsSpecTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ class TransactionsSpecTest extends FunctionalTestCase
3535
* @var array
3636
*/
3737
private static $incompleteTests = [
38-
'transactions/read-pref: default readPreference' => 'PHPLIB does not properly inherit readPreference for transactions',
39-
'transactions/read-pref: primary readPreference' => 'PHPLIB does not properly inherit readPreference for transactions',
40-
'transactions/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',
41-
'transactions/transaction-options: transaction options inherited from client' => 'PHPLIB does not properly inherit readConcern for transactions',
42-
'transactions/transaction-options: readConcern local in defaultTransactionOptions' => 'PHPLIB does not properly inherit readConcern for transactions',
43-
'transactions/transaction-options: readConcern snapshot in startTransaction options' => 'PHPLIB does not properly inherit readConcern for transactions',
38+
'transactions/read-pref: default readPreference' => 'PHPLIB does not properly inherit readPreference for transactions (PHPLIB-473)',
39+
'transactions/read-pref: primary readPreference' => 'PHPLIB does not properly inherit readPreference for transactions (PHPLIB-473)',
40+
'transactions/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 (PHPLIB-473)',
41+
'transactions/transaction-options: transaction options inherited from client' => 'PHPLIB does not properly inherit readConcern for transactions (PHPLIB-473)',
42+
'transactions/transaction-options: readConcern local in defaultTransactionOptions' => 'PHPLIB does not properly inherit readConcern for transactions (PHPLIB-473)',
43+
'transactions/transaction-options: readConcern snapshot in startTransaction options' => 'PHPLIB does not properly inherit readConcern for transactions (PHPLIB-473)',
4444
];
4545

4646
private function doSetUp()

0 commit comments

Comments
 (0)