aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-10-03 16:53:09 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-10-03 16:53:09 +0200
commit83a458f895ab733373acf249d7bf4a794dc4d7a9 (patch)
tree60be242550e2f15fbc948da85890d702f65ce3f5 /orchestrator
parent6e134d121f14dd940f84b25b5bc27ad22d80af2f (diff)
Temporarily ignore unstable orchestrator test
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/src/test/java/com/yahoo/vespa/orchestrator/resources/ApplicationSuspensionResourceTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/resources/ApplicationSuspensionResourceTest.java b/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/resources/ApplicationSuspensionResourceTest.java
index 8595c8a31a4..95fad5e56ed 100644
--- a/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/resources/ApplicationSuspensionResourceTest.java
+++ b/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/resources/ApplicationSuspensionResourceTest.java
@@ -28,6 +28,7 @@ import static org.junit.Assert.assertEquals;
*
* @author smorgrav
*/
+@Ignore("Fails with JVM crashing with OoM on CentOS")
public class ApplicationSuspensionResourceTest {
static final String BASE_PATH = "/orchestrator/v1/suspensions/applications";