From 04ecc5f56af9dc2317f67c669593cace809286a5 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Wed, 25 Apr 2018 11:08:24 +0200 Subject: Temporarily disable unstable unit test in configserver --- .../java/com/yahoo/vespa/config/server/deploy/HostedDeployTest.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configserver') diff --git a/configserver/src/test/java/com/yahoo/vespa/config/server/deploy/HostedDeployTest.java b/configserver/src/test/java/com/yahoo/vespa/config/server/deploy/HostedDeployTest.java index 8271d6de452..24e9d32a00e 100644 --- a/configserver/src/test/java/com/yahoo/vespa/config/server/deploy/HostedDeployTest.java +++ b/configserver/src/test/java/com/yahoo/vespa/config/server/deploy/HostedDeployTest.java @@ -14,6 +14,8 @@ import com.yahoo.config.provision.Version; import com.yahoo.config.provision.Zone; import com.yahoo.test.ManualClock; import static com.yahoo.vespa.config.server.deploy.DeployTester.CountingModelFactory; + +import org.junit.Ignore; import org.junit.Test; import java.time.Duration; @@ -70,6 +72,7 @@ public class HostedDeployTest { /** Test that unused versions are skipped in dev */ @Test + @Ignore // TODO Fix this test and re-enable public void testDeployMultipleVersionsInDev() { List hosts = new ArrayList<>(); hosts.add(createHost("host1", "6.0.0")); -- cgit v1.2.3