Temporarily disable test_suite_x509parse.com

This test broke itself due to relying on the current time. Mocking out
gettimeofday() confirms this. However, two ipv4 subject alt name tests
still surprisingly fail even with a fake current time. We'll want this
investigated further soon.
This commit is contained in:
Justine Tunney 2023-10-02 13:49:16 -07:00
parent c315315896
commit b99512ac58
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -11,6 +11,9 @@ THIRD_PARTY_MBEDTLS_TEST_INCS = $(filter %.inc,$(THIRD_PARTY_MBEDTLS_TEST_FILES)
THIRD_PARTY_MBEDTLS_TEST_OBJS = \
$(THIRD_PARTY_MBEDTLS_TEST_SRCS:%.c=o/$(MODE)/%.o)
# TOOD(jart): Re-enable me once we can mock out time.
# o/$(MODE)/third_party/mbedtls/test/test_suite_x509parse.com
THIRD_PARTY_MBEDTLS_TEST_COMS = \
o/$(MODE)/third_party/mbedtls/test/test_suite_aes.cbc.com \
o/$(MODE)/third_party/mbedtls/test/test_suite_aes.cfb.com \
@ -76,7 +79,6 @@ THIRD_PARTY_MBEDTLS_TEST_COMS = \
o/$(MODE)/third_party/mbedtls/test/test_suite_ssl.com \
o/$(MODE)/third_party/mbedtls/test/test_suite_timing.com \
o/$(MODE)/third_party/mbedtls/test/test_suite_version.com \
o/$(MODE)/third_party/mbedtls/test/test_suite_x509parse.com \
o/$(MODE)/third_party/mbedtls/test/test_suite_x509write.com \
o/$(MODE)/third_party/mbedtls/test/secp384r1_test.com \
o/$(MODE)/third_party/mbedtls/test/everest_test.com