Skip to content

Commit facdde5

Browse files
Skip disambiguated path errors
1 parent 8e6e775 commit facdde5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mongo/integration/unified/unified_spec_runner.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ import (
2525

2626
var (
2727
skippedTests = map[string]string{
28+
// GODRIVER-3524: Change streams expanded events for MongoDB 8.2+
29+
"Test array truncation": "See GODRIVER-3524",
30+
"Test insert, update, replace, and delete event types": "See GODRIVER-3524",
31+
"disambiguatedPaths is not present when showExpandedEvents is false/unset": "see GODRIVER-3524",
32+
2833
// GODRIVER-1773: This test runs a "find" with limit=4 and batchSize=3. It expects batchSize values of three for
2934
// the "find" and one for the "getMore", but we send three for both.
3035
"A successful find event with a getmore and the server kills the cursor (<= 4.4)": "See GODRIVER-1773",

0 commit comments

Comments
 (0)