Skip to content

Commit

Permalink
GODRIVER-3123 Skip test until QE Range Protocol V2 is Implemented (#1600
Browse files Browse the repository at this point in the history
)

Co-authored-by: Preston Vasquez <prestonvasquez@icloud.com>
  • Loading branch information
blink1073 and prestonvasquez committed Apr 11, 2024
1 parent 94dfdff commit 722a2f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mongo/integration/client_side_encryption_prose_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2457,7 +2457,8 @@ func TestClientSideEncryptionProse(t *testing.T) {
}
})

qeRunOpts22 := qeRunOpts.MinServerVersion("8.0")
// GODRIVER-3123. When we implement this feature, lower the min server version to 8.0.1
qeRunOpts22 := qeRunOpts.MaxServerVersion("7.99.99")
mt.RunOpts("22. range explicit encryption", qeRunOpts22, func(mt *mtest.T) {
type testcase struct {
typeStr string
Expand Down

0 comments on commit 722a2f2

Please sign in to comment.