Skip to content

Commit a95b9cf

Browse files
authored
Remove assume from Client Side Encryption tests. (#1469)
1 parent cc90a51 commit a95b9cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

driver-sync/src/test/functional/com/mongodb/client/AbstractClientSideEncryptionTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ public void cleanUp() {
312312

313313
@Test
314314
public void shouldPassAllOutcomes() {
315-
assumeTrue("Skipping timeoutMS tests", filename.startsWith("timeoutMS."));
316315
for (BsonValue cur : definition.getArray("operations")) {
317316
BsonDocument operation = cur.asDocument();
318317
String operationName = operation.getString("name").getValue();

0 commit comments

Comments
 (0)