Skip to content

Commit

Permalink
skip another test
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 12, 2024
1 parent e3b0263 commit ff77c04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mongo/integration/unified/unified_spec_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ var (
"unpin after TransientTransactionError error on commit": "Implement GODRIVER-3137",

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

logMessageValidatorTimeout = 10 * time.Millisecond
Expand Down

0 comments on commit ff77c04

Please sign in to comment.