File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments