Skip to content

Commit aca0fe0

Browse files
jakebaileydeadprogram
authored andcommitted
Add errors package to passing list
1 parent af511c1 commit aca0fe0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GNUmakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ TEST_PACKAGES_FAST = \
339339
embed/internal/embedtest \
340340
encoding \
341341
encoding/ascii85 \
342+
errors \
342343
encoding/asn1 \
343344
encoding/base32 \
344345
encoding/base64 \
@@ -487,7 +488,7 @@ TEST_PACKAGES_HOST := $(TEST_PACKAGES_FAST) $(TEST_PACKAGES_WINDOWS)
487488
TEST_IOFS := false
488489
endif
489490

490-
TEST_SKIP_FLAG := -skip='TestExtraMethods|TestParseAndBytesRoundTrip/P256/Generic|TestParseQueryLimits|TestParseStrictIpv6'
491+
TEST_SKIP_FLAG := -skip='TestExtraMethods|TestParseAndBytesRoundTrip/P256/Generic|TestParseQueryLimits|TestParseStrictIpv6|TestAsValidation'
491492
TEST_ADDITIONAL_FLAGS ?=
492493

493494
# Test known-working standard library packages.

0 commit comments

Comments
 (0)