Skip to content

Commit 97d486e

Browse files
committed
PHPLIB-466: Skip tests creating isMaster failpoints
The isMaster failpoint can't be reliably disabled again in these tests, causing subsequent test failures.
1 parent 96311aa commit 97d486e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/SpecTests/TransactionsSpecTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ class TransactionsSpecTest extends FunctionalTestCase
3535
* @var array
3636
*/
3737
private static $incompleteTests = [
38+
'transactions/mongos-recovery-token: commitTransaction retry fails on new mongos' => 'isMaster failpoints cannot be disabled',
3839
'transactions/pin-mongos: remain pinned after non-transient error on commit' => 'Blocked on SPEC-1320',
40+
'transactions/pin-mongos: unpin after transient error within a transaction and commit' => 'isMaster failpoints cannot be disabled',
3941
'transactions/read-pref: default readPreference' => 'PHPLIB does not properly inherit readPreference for transactions (PHPLIB-473)',
4042
'transactions/read-pref: primary readPreference' => 'PHPLIB does not properly inherit readPreference for transactions (PHPLIB-473)',
4143
'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)',

0 commit comments

Comments
 (0)