File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments