Skip to content

Commit ff77c04

Browse files
committed
skip another test
1 parent e3b0263 commit ff77c04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mongo/integration/unified/unified_spec_runner.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ var (
4848
"unpin after TransientTransactionError error on commit": "Implement GODRIVER-3137",
4949

5050
// TODO(GODRIVER-3034): Drivers should unpin connections when ending a session
51-
"unpin on successful abort": "Implement GODRIVER-3034",
51+
"unpin on successful abort": "Implement GODRIVER-3034",
52+
"unpin after non-transient error on abort": "Implement GODRIVER-3034",
5253
}
5354

5455
logMessageValidatorTimeout = 10 * time.Millisecond

0 commit comments

Comments
 (0)