We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793507a commit f4ab841Copy full SHA for f4ab841
1 file changed
driver-core/src/test/unit/com/mongodb/connection/ServerSelectionSelectionTest.java
@@ -132,7 +132,6 @@ public void shouldPassAllOutcomes() {
132
@Parameterized.Parameters(name = "{0}")
133
public static Collection<Object[]> data() {
134
List<Object[]> data = new ArrayList<>();
135
- //source/server-selection/tests/server_selection/ReplicaSetNoPrimary/read/DeprioritizedPrimary.json
136
for (BsonDocument testDocument : JsonPoweredTestHelper.getSpecTestDocuments("server-selection/tests/server_selection")) {
137
String resourcePath = testDocument.getString("resourcePath").getValue();
138
data.add(new Object[]{resourcePath, testDocument});
0 commit comments