From 1e1a4d8687b5e8e5bfd0b64bfed674df87a6f956 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Mon, 4 Jun 2018 10:49:29 -0700 Subject: [PATCH] pkg/tlsutil: do not test on 32-bit for now Signed-off-by: Gyuho Lee --- pkg/tlsutil/cipher_suites_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/tlsutil/cipher_suites_test.go b/pkg/tlsutil/cipher_suites_test.go index a46c5219bb2f..3289299eb729 100644 --- a/pkg/tlsutil/cipher_suites_test.go +++ b/pkg/tlsutil/cipher_suites_test.go @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build !386 + package tlsutil import (