summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorAndreas Eriksen <andreer@verizonmedia.com>2021-05-28 14:09:18 +0200
committerGitHub <noreply@github.com>2021-05-28 14:09:18 +0200
commitec969accf6288ef527282f1ef14111115756bfb0 (patch)
tree74c9aa68f2b8cbf4c8ec47de08995ec7bc69bd24 /controller-server
parentcbae0892dad70845ac0a444a1d417212c36ed948 (diff)
ignore unstable support_access test while debugging (#18022)
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/ApplicationApiTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/ApplicationApiTest.java b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/ApplicationApiTest.java
index 47aa3e6b9d4..b4591817ea2 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/ApplicationApiTest.java
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/ApplicationApiTest.java
@@ -75,6 +75,7 @@ import com.yahoo.vespa.hosted.controller.tenant.LastLoginInfo;
import com.yahoo.vespa.hosted.controller.versions.VespaVersion;
import com.yahoo.yolean.Exceptions;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import javax.security.auth.x500.X500Principal;
@@ -1496,6 +1497,7 @@ public class ApplicationApiTest extends ControllerContainerTest {
}
@Test
+ @Ignore // TODO: unstable test, something not using a stable clock
public void support_access() {
var app = deploymentTester.newDeploymentContext(createTenantAndApplication());
var zone = ZoneId.from(Environment.prod, RegionName.from("us-west-1"));