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 a7daa67 commit d5e8c83Copy full SHA for d5e8c83
src/test/com/mongodb/SecondaryReadTest.java
@@ -17,6 +17,7 @@
17
package com.mongodb;
18
19
import com.mongodb.util.TestCase;
20
+import org.junit.Ignore;
21
import org.junit.Test;
22
23
import java.util.ArrayList;
@@ -36,6 +37,7 @@ public class SecondaryReadTest extends TestCase {
36
37
* Assert that the percentage of reads to each secondary does not deviate by more than 1 %
38
*/
39
@Test
40
+ @Ignore
41
public void testSecondaryReadBalance() throws Exception {
42
if (!isReplicaSet(cleanupMongo)) {
43
return;
0 commit comments