diff options
Diffstat (limited to '')
-rw-r--r-- | tests/Makefile.am | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 80457d1..09d4cad 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -234,13 +234,14 @@ TESTS += dsatest | |||
234 | check_PROGRAMS += dsatest | 234 | check_PROGRAMS += dsatest |
235 | dsatest_SOURCES = dsatest.c | 235 | dsatest_SOURCES = dsatest.c |
236 | 236 | ||
237 | # dtlstest | 237 | # XXX this test is too flaky for CI. Disable it until it is fixed. |
238 | if !HOST_WIN | 238 | ## dtlstest |
239 | TESTS += dtlstest.sh | 239 | #if !HOST_WIN |
240 | check_PROGRAMS += dtlstest | 240 | #TESTS += dtlstest.sh |
241 | dtlstest_SOURCES = dtlstest.c | 241 | #check_PROGRAMS += dtlstest |
242 | endif | 242 | #dtlstest_SOURCES = dtlstest.c |
243 | EXTRA_DIST += dtlstest.sh | 243 | #endif |
244 | #EXTRA_DIST += dtlstest.sh | ||
244 | 245 | ||
245 | # ec_asn1_test | 246 | # ec_asn1_test |
246 | TESTS += ec_asn1_test | 247 | TESTS += ec_asn1_test |