From 55287ed53a0aca60fb6556a660240938befdf1ef Mon Sep 17 00:00:00 2001 From: AllenX2018 Date: Fri, 8 May 2020 15:08:25 +0800 Subject: [PATCH] disable map_key_test temporarily - disable this test until golang issue 38105&38940 is fixed --- type_tests/map_key_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/type_tests/map_key_test.go b/type_tests/map_key_test.go index e3cfe38..e6bb8ae 100644 --- a/type_tests/map_key_test.go +++ b/type_tests/map_key_test.go @@ -1,5 +1,6 @@ -// +build !go1.14 -// remove these tests temporarily until https://github.com/golang/go/issues/39105 is fixed +// +build go1.15 +// remove these tests temporarily until https://github.com/golang/go/issues/38105 and +// https://github.com/golang/go/issues/38940 is fixed package test