Skip to content

Commit

Permalink
GODRIVER-2943 Skip failing logging tests (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Aug 16, 2023
1 parent 95545ff commit 20f8121
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mongo/integration/unified/unified_spec_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ var (
// TODO(GODRIVER-2843): Fix and unskip these test cases.
"Find operation with snapshot": "Test fails frequently. See GODRIVER-2843",
"Write commands with snapshot session do not affect snapshot reads": "Test fails frequently. See GODRIVER-2843",
// TODO(GODRIVER-2943): Fix and unskip this test case.
"Topology lifecycle": "Test times out. See GODRIVER-2943",
}

logMessageValidatorTimeout = 10 * time.Millisecond
Expand Down

0 comments on commit 20f8121

Please sign in to comment.