aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/StateGatherTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/StateGatherTest.java')
-rw-r--r--clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/StateGatherTest.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/StateGatherTest.java b/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/StateGatherTest.java
index 796204989b9..7848320f60a 100644
--- a/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/StateGatherTest.java
+++ b/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/StateGatherTest.java
@@ -28,8 +28,7 @@ public class StateGatherTest extends FleetControllerTest {
@Test
void testAlwaysHavePendingGetNodeStateRequestTowardsNodes() throws Exception {
- Logger.getLogger(NodeStateGatherer.class.getName()).setLevel(Level.FINEST);
- startingTest("StateGatherTest::testOverlappingGetNodeStateRequests");
+ //Logger.getLogger(NodeStateGatherer.class.getName()).setLevel(Level.FINEST);
FleetControllerOptions.Builder builder = defaultOptions("mycluster")
.setNodeStateRequestTimeoutMS(10 * 60 * 1000)
// Force actual message timeout to be lower than request timeout.