Skip to content

Commit d5e8c83

Browse files
committed
Ignoring a flaky test that fails on Jenkins every so often.
1 parent a7daa67 commit d5e8c83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/com/mongodb/SecondaryReadTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
package com.mongodb;
1818

1919
import com.mongodb.util.TestCase;
20+
import org.junit.Ignore;
2021
import org.junit.Test;
2122

2223
import java.util.ArrayList;
@@ -36,6 +37,7 @@ public class SecondaryReadTest extends TestCase {
3637
* Assert that the percentage of reads to each secondary does not deviate by more than 1 %
3738
*/
3839
@Test
40+
@Ignore
3941
public void testSecondaryReadBalance() throws Exception {
4042
if (!isReplicaSet(cleanupMongo)) {
4143
return;

0 commit comments

Comments
 (0)