We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0597f06 commit 92bfc43Copy full SHA for 92bfc43
src/test/com/mongodb/SecondaryReadTest.java
@@ -103,7 +103,7 @@ public void testSecondaryReadCursor() throws Exception {
103
} finally { if (mongo != null) mongo.close(); }
104
}
105
106
-
+ /*
107
@Test(groups = {"basic"})
108
public void testSecondaryCalls() throws Exception{
109
final Mongo mongo = loadMongo();
@@ -145,6 +145,7 @@ public void testSecondaryCalls() throws Exception{
145
146
147
148
+ */
149
150
private void confirmSecondary(DB db, List<TestHost> pHosts) throws Exception{
151
String server = db.getLastError().getString("serverUsed");
0 commit comments