Skip to content

Commit e4a8f68

Browse files
authored
Skip frequently failing TestClientSideEncryptionProse test case. (#1297)
1 parent a10150b commit e4a8f68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mongo/integration/client_side_encryption_prose_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,9 @@ func TestClientSideEncryptionProse(t *testing.T) {
379379
}
380380
})
381381
mt.Run("4. bson size limits", func(mt *mtest.T) {
382+
// TODO(GODRIVER-2872): Fix and unskip this test case.
383+
mt.Skip("Test fails frequently, skipping. See GODRIVER-2872")
384+
382385
kmsProviders := map[string]map[string]interface{}{
383386
"local": {
384387
"key": localMasterKey,

0 commit comments

Comments
 (0)