Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Aug 16, 2023
1 parent 44df297 commit dd381e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions mongo/integration/unified/unified_spec_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ var (
"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"
"Topology lifecycle": "Test times out. See GODRIVER-2943",
}

logMessageValidatorTimeout = 10 * time.Millisecond
Expand Down
2 changes: 1 addition & 1 deletion mongo/integration/unified_spec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var (
"Network error on minPoolSize background creation": godriver2123SkipReason,
"CreateCollection from encryptedFields.": godriver2413SkipReason,
"DropCollection from encryptedFields": godriver2413SkipReason,
"DropCollection from remote encryptedFields": godriver2413SkipReason
"DropCollection from remote encryptedFields": godriver2413SkipReason,
}
)

Expand Down

0 comments on commit dd381e6

Please sign in to comment.