Skip to content

Commit

Permalink
test(transactions): disable count test for now
Browse files Browse the repository at this point in the history
Test needs to be updated for mongod > 4.0.6
  • Loading branch information
daprahamian committed Apr 1, 2019
1 parent 3876e9c commit 75ef350
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/transactions_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ function shouldSkipTest(spec) {
// commitTransaction retry seems to be swallowed by mongos in these three cases
'commitTransaction retry succeeds on new mongos',
'commitTransaction retry fails on new mongos',
'unpin after transient error within a transaction and commit'
'unpin after transient error within a transaction and commit',
'count'
];

if (spec.skipReason || SKIP_TESTS.indexOf(spec.description) !== -1) {
Expand Down

0 comments on commit 75ef350

Please sign in to comment.