From 08474ed5bd3528fdbb07f0408aacb88bb19184ac Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Tue, 19 Jun 2018 11:49:59 -0700 Subject: [PATCH] tests/e2e: do not run cipher suite tests for gRPC proxy ``` ../../bin/etcd-30074: 2018-06-19 11:49:12.052662 I | etcdmain: v2 proxy started listening on client requests on "https://localhost:20002" ../../bin/etcd-30083: Error: unknown flag: --cipher-suites ../../bin/etcd-30083: Usage: ../../bin/etcd-30083: etcd grpc-proxy start [flags] ``` Signed-off-by: Gyuho Lee --- tests/e2e/v3_cipher_suite_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/v3_cipher_suite_test.go b/tests/e2e/v3_cipher_suite_test.go index 39a74e1de..9ed37341b 100644 --- a/tests/e2e/v3_cipher_suite_test.go +++ b/tests/e2e/v3_cipher_suite_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build !cov +// +build !cov,!cluster_proxy package e2e