[golang-github-mitchellh-goamz/f21] Removing route53 and s3 test

Jan Chaloupka jchaloup at fedoraproject.org
Tue Jan 13 12:52:26 UTC 2015


commit 343d08112339a851fc39f74e87b51196736c5950
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Tue Oct 14 16:26:26 2014 +0200

    Removing route53 and s3 test

 golang-github-mitchellh-goamz.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/golang-github-mitchellh-goamz.spec b/golang-github-mitchellh-goamz.spec
index c44f3d9..32727c8 100644
--- a/golang-github-mitchellh-goamz.spec
+++ b/golang-github-mitchellh-goamz.spec
@@ -58,8 +58,9 @@ done
 
 %check
 # ec2,elb failing
-# rds,iam need network (bind)
-GOPATH=%{buildroot}%{gopath}:%{gopath} go test %{import_path}/{autoscaling,aws,exp/mturk,exp/sdb,exp/sns,route53,s3}
+# rds,iam,route53 need network (bind)
+# s3??
+GOPATH=%{buildroot}%{gopath}:%{gopath} go test %{import_path}/{autoscaling,aws,exp/mturk,exp/sdb,exp/sns}
 
 %files devel
 %doc LICENSE README.md


More information about the scm-commits mailing list