From a1b9d2cab2859d47c2939c48eb76c11e1109a251 Mon Sep 17 00:00:00 2001 From: Cagatay Gurturk Date: Tue, 12 Jul 2016 14:46:06 +0200 Subject: [PATCH] Ignore CF test --- .../tests/java/org/lambadaframework/aws/CloudformationTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lambada-maven-plugin/tests/java/org/lambadaframework/aws/CloudformationTest.java b/lambada-maven-plugin/tests/java/org/lambadaframework/aws/CloudformationTest.java index fcfbf3b..a7e2e20 100644 --- a/lambada-maven-plugin/tests/java/org/lambadaframework/aws/CloudformationTest.java +++ b/lambada-maven-plugin/tests/java/org/lambadaframework/aws/CloudformationTest.java @@ -3,6 +3,7 @@ import com.amazonaws.AmazonServiceException; import com.amazonaws.services.cloudformation.model.ValidateTemplateRequest; +import org.junit.Ignore; import org.junit.Test; import org.lambadaframework.deployer.Deployment; @@ -33,6 +34,7 @@ protected Deployment getMockDeployment() { } @Test + @Ignore public void testCloudFormationTemplateValidate() { try { Cloudformation cf = new Cloudformation(getMockDeployment());