Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions mongo/integration/unified/unified_spec_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ import (

var (
skippedTests = map[string]string{
// GODRIVER-3524: Change streams expanded events for MongoDB 8.2+
"Test array truncation": "See GODRIVER-3524",
"Test insert, update, replace, and delete event types": "See GODRIVER-3524",
"disambiguatedPaths is not present when showExpandedEvents is false/unset": "see GODRIVER-3524",

// GODRIVER-1773: This test runs a "find" with limit=4 and batchSize=3. It expects batchSize values of three for
// the "find" and one for the "getMore", but we send three for both.
"A successful find event with a getmore and the server kills the cursor (<= 4.4)": "See GODRIVER-1773",
Expand Down
Loading