Skip to content

Commit

Permalink
test(transactions): disable invalid pinning test
Browse files Browse the repository at this point in the history
Disables test 'remain pinned after non-transient error on commit'
until SPEC-1320 is resolved
  • Loading branch information
daprahamian committed Aug 13, 2019
1 parent 82a7a6e commit b23e606
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/functional/transactions_tests.js
Expand Up @@ -36,7 +36,9 @@ describe('Transactions', function() {
'increment txnNumber',
// There is something wrong with the distinct command in the runner:
// it is not failing properly
'add transient label to connection errors'
'add transient label to connection errors',
// Skipping this until SPEC-1320 is resolved
'remain pinned after non-transient error on commit'
];

return SKIP_TESTS.indexOf(spec.description) === -1;
Expand Down

0 comments on commit b23e606

Please sign in to comment.