Skip to content

Commit

Permalink
Ignore CF test
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataygurturk committed Jul 12, 2016
1 parent 5f80549 commit a1b9d2c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -33,6 +34,7 @@ protected Deployment getMockDeployment() {
}

@Test
@Ignore
public void testCloudFormationTemplateValidate() {
try {
Cloudformation cf = new Cloudformation(getMockDeployment());
Expand Down

0 comments on commit a1b9d2c

Please sign in to comment.