Skip to content

Commit 4e4337b

Browse files
GODRIVER-3445 Update skip
1 parent 842ca1f commit 4e4337b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/spectest/skip.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ var skipTests = map[string][]string{
189189
// TODO: GODRIVER-3392 - Test that inserts and upserts respect null _id values.
190190
"Implement GODRIVER-3392": {
191191
"TestUnifiedSpec/crud/tests/unified/create-null-ids.json/inserting__id_with_type_null_via_insertOne",
192+
"TestUnifiedSpec/crud/tests/unified/create-null-ids.json/inserting__id_with_type_null_via_clientBulkWrite",
192193
},
193194

194195
// TODO: GODRIVER-3395 - Ensure findOne does not set batchSize=1.
@@ -219,6 +220,7 @@ var skipTests = map[string][]string{
219220
"TestUnifiedSpec/transactions-convenient-api/tests/unified/commit-writeconcernerror.json/commitTransaction_is_not_retried_after_UnsatisfiableWriteConcern_error",
220221
"TestUnifiedSpec/transactions-convenient-api/tests/unified/commit-writeconcernerror.json/commitTransaction_is_not_retried_after_MaxTimeMSExpired_error",
221222
"TestUnifiedSpec/transactions-convenient-api/tests/unified/commit-retry.json/commitTransaction_retry_only_overwrites_write_concern_w_option",
223+
"TestUnifiedSpec/transactions/tests/unified/retryable-commit.json/commitTransaction_fails_after_Interrupted",
222224
},
223225

224226
// GODRIVER-1773: Tests related to batch size expectation in "find" and "getMore" events.

0 commit comments

Comments
 (0)