summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-01-22 17:59:32 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2019-01-22 17:59:32 +0100
commitb293a9cc1daee3709914f445af1f743d82c20f67 (patch)
tree9f66fc48e9db1e91d499f83aa92d4c709c3d24ca
parent07e9bb11613e875e8f73993f9368321f4bf61bf9 (diff)
remove test that does not make that much sense.
-rw-r--r--configserver/src/test/java/com/yahoo/vespa/config/server/ApplicationRepositoryTest.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/configserver/src/test/java/com/yahoo/vespa/config/server/ApplicationRepositoryTest.java b/configserver/src/test/java/com/yahoo/vespa/config/server/ApplicationRepositoryTest.java
index d11870bbc9d..fe19a2e7f9c 100644
--- a/configserver/src/test/java/com/yahoo/vespa/config/server/ApplicationRepositoryTest.java
+++ b/configserver/src/test/java/com/yahoo/vespa/config/server/ApplicationRepositoryTest.java
@@ -143,12 +143,6 @@ public class ApplicationRepositoryTest {
wireMock.stop();
}
- @Test(expected = IllegalArgumentException.class)
- public void getLogsNoContainerOnLogServerHostShouldThrowException() {
- deployApp(testApp);
- applicationRepository.getLogs(applicationId(), "");
- }
-
@Test
public void deleteUnusedTenants() {
// Set clock to epoch plus hour, as mock curator will always return epoch as creation time