diff --git a/GNUmakefile b/GNUmakefile index 627640a52..0f4d56511 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -349,7 +349,6 @@ TEST_PACKAGES_FAST = \ encoding \ encoding/ascii85 \ errors \ - encoding/asn1 \ encoding/base32 \ encoding/base64 \ encoding/csv \ @@ -392,6 +391,7 @@ TEST_PACKAGES_FAST = \ # crypto/des fails on wasi, needs panic()/recover() # crypto/hmac fails on wasi, it exits with a "slice out of range" panic # debug/plan9obj requires os.ReadAt, which is not yet supported on windows +# encoding/asn1 due to https://github.com/golang/go/commit/6a6d115f9a7422b2fa081ba6f567eefb4a099462 # encoding/xml takes a minute on linux and gives a stack overflow on wasi # image fails on wasi, needs panic()/recover() # io/ioutil requires os.ReadDir, which is not yet supported on windows or wasi