Skip to content

Commit 74f836b

Browse files
committed
Re-enable client side encryption Scala test
JAVA-3881
1 parent c387b9d commit 74f836b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

driver-scala/src/it/scala/org/mongodb/scala/ClientSideEncryptionBypassAutoEncryptionSpec.scala

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import scala.collection.JavaConverters._
2828
class ClientSideEncryptionBypassAutoEncryptionSpec extends RequiresMongoDBISpec with FuturesSpec {
2929

3030
"ClientSideEncryption" should "be able to bypass auto encryption" in withDatabase { db =>
31-
assume(false) // JAVA-3881
3231
assume(serverVersionAtLeast(List(4, 1, 0)))
3332

3433
val localMasterKey = new Array[Byte](96)

0 commit comments

Comments
 (0)