Skip to content

Commit 285ab76

Browse files
committed
GODRIVER-3445 Skip frequently failing transaction tests.
1 parent 717334e commit 285ab76

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

internal/spectest/skip.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,12 @@ var skipTests = map[string][]string{
270270
// TODO(GODRIVER-3137): Implement Gossip cluster time.
271271
"Implement Gossip cluster time (GODRIVER-3137)": {
272272
"TestUnifiedSpec/transactions/unified/mongos-unpin.json/unpin_after_TransientTransactionError_error_on_commit",
273+
// These two tests fail with the same error as GODRIVER-3137, but is not
274+
// directly referenced as an impacted test case by DRIVERS-2816. It
275+
// seems likely that the same change will resolve the failure, so I'm
276+
// including it here.
277+
"TestUnifiedSpec/unified-test-format/valid-pass/poc-transactions-convenient-api.json/withTransaction_and_no_transaction_options_set",
278+
"TestUnifiedSpec/unified-test-format/valid-pass/poc-transactions-convenient-api.json/withTransaction_inherits_transaction_options_from_client",
273279
},
274280

275281
// TODO(GODRIVER-3034): Drivers should unpin connections when ending a

0 commit comments

Comments
 (0)