Skip to content

Commit c8efd88

Browse files
rozzajyemin
authored andcommitted
Disable nio2 test if ssl is enabled
1 parent a62621d commit c8efd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-core/src/test/functional/com/mongodb/internal/connection/QueryProtocolCommandEventSpecification.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import static com.mongodb.connection.ConnectionFixture.getCredentialListWithCach
4646
import static com.mongodb.internal.connection.ProtocolTestHelper.execute
4747
import static org.bson.BsonDocument.parse
4848

49-
@IgnoreIf({ isNotAtLeastJava7() })
49+
@IgnoreIf({ isNotAtLeastJava7() || getSslSettings().isEnabled() })
5050
class QueryProtocolCommandEventSpecification extends OperationFunctionalSpecification {
5151
@Shared
5252
InternalStreamConnection nettyConnection

0 commit comments

Comments
 (0)