Skip to content

Commit b23e606

Browse files
committed
test(transactions): disable invalid pinning test
Disables test 'remain pinned after non-transient error on commit' until SPEC-1320 is resolved
1 parent 82a7a6e commit b23e606

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/functional/transactions_tests.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ describe('Transactions', function() {
3636
'increment txnNumber',
3737
// There is something wrong with the distinct command in the runner:
3838
// it is not failing properly
39-
'add transient label to connection errors'
39+
'add transient label to connection errors',
40+
// Skipping this until SPEC-1320 is resolved
41+
'remain pinned after non-transient error on commit'
4042
];
4143

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

0 commit comments

Comments
 (0)