summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core
diff options
context:
space:
mode:
authorgjoranv <gv@yahoo-inc.com>2017-06-12 13:26:28 +0200
committergjoranv <gv@yahoo-inc.com>2017-06-12 13:26:28 +0200
commit6b18a2f5cff2d6cac6be8ea011b0ad613ee2f672 (patch)
tree5f7e91541b09673a15fb6df1abcc311c290a0413 /clustercontroller-core
parent0d9a4d0a7d933fe207082a32d82ada45d301bea2 (diff)
Ignore test that hangs on mac.
Diffstat (limited to 'clustercontroller-core')
-rw-r--r--clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/MasterElectionTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/MasterElectionTest.java b/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/MasterElectionTest.java
index a298be2a035..c683a9a1716 100644
--- a/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/MasterElectionTest.java
+++ b/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/MasterElectionTest.java
@@ -27,6 +27,7 @@ import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
+@Ignore
public class MasterElectionTest extends FleetControllerTest {
private static Logger log = Logger.getLogger(MasterElectionTest.class.getName());