We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af511c1 commit aca0fe0Copy full SHA for aca0fe0
GNUmakefile
@@ -339,6 +339,7 @@ TEST_PACKAGES_FAST = \
339
embed/internal/embedtest \
340
encoding \
341
encoding/ascii85 \
342
+ errors \
343
encoding/asn1 \
344
encoding/base32 \
345
encoding/base64 \
@@ -487,7 +488,7 @@ TEST_PACKAGES_HOST := $(TEST_PACKAGES_FAST) $(TEST_PACKAGES_WINDOWS)
487
488
TEST_IOFS := false
489
endif
490
-TEST_SKIP_FLAG := -skip='TestExtraMethods|TestParseAndBytesRoundTrip/P256/Generic|TestParseQueryLimits|TestParseStrictIpv6'
491
+TEST_SKIP_FLAG := -skip='TestExtraMethods|TestParseAndBytesRoundTrip/P256/Generic|TestParseQueryLimits|TestParseStrictIpv6|TestAsValidation'
492
TEST_ADDITIONAL_FLAGS ?=
493
494
# Test known-working standard library packages.
0 commit comments