aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2017-11-09 10:28:55 +0100
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2017-11-09 10:28:55 +0100
commitb1cb76fe4ffe950e836c7e9f7f8031e5d6f8232b (patch)
tree8f923e9012ccb2398439b1480b5fff792a94119f /controller-server/src/test/java/com/yahoo
parent44d063755b036f1bed8d68cb72e64a41d99c1426 (diff)
Reinserted condition which should not have been removed
Diffstat (limited to 'controller-server/src/test/java/com/yahoo')
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/maintenance/UpgraderTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/maintenance/UpgraderTest.java b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/maintenance/UpgraderTest.java
index 2d08ff53f1e..6ef48bac7fa 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/maintenance/UpgraderTest.java
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/maintenance/UpgraderTest.java
@@ -146,7 +146,6 @@ public class UpgraderTest {
tester.notifyJobCompletion(DeploymentJobs.JobType.stagingTest, default0, false);
// --- Failing application is repaired by changing the application, causing confidence to move above 'high' threshold
- // TODO: NO: Change only carries a single change at a time, even though there are two in this case, leaving the version at 5.1 for this application.
// Deploy application change
tester.deployCompletely("default0");