Skip to content

Commit

Permalink
Skip frequently failing TestClientSideEncryptionProse test case. (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdale committed Jun 16, 2023
1 parent a10150b commit e4a8f68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mongo/integration/client_side_encryption_prose_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,9 @@ func TestClientSideEncryptionProse(t *testing.T) {
}
})
mt.Run("4. bson size limits", func(mt *mtest.T) {
// TODO(GODRIVER-2872): Fix and unskip this test case.
mt.Skip("Test fails frequently, skipping. See GODRIVER-2872")

kmsProviders := map[string]map[string]interface{}{
"local": {
"key": localMasterKey,
Expand Down

0 comments on commit e4a8f68

Please sign in to comment.