community/libmicrohttpd: disable a flaky test

This commit is contained in:
psykose 2022-04-14 07:36:30 +00:00
parent 5521248ee3
commit 0b89198fe2
No known key found for this signature in database
2 changed files with 12 additions and 1 deletions

View File

@ -47,5 +47,5 @@ package() {
sha512sums="
473996b087ac6734ab577a1c7681c6c0b0136e04e34e13c3b50fd758358c1516017ad79097e0c57792786f6dd0208834374c09238113efed13bb4be11ef649d3 libmicrohttpd-0.9.73.tar.gz
886f8eb4f408329ede216cc28e88525a9d29b8443067ecc2577137eff198941159ff81747be1103f4049923ab0f43503f8a73059d31ac7d696b6a62cddbe50cf disable-broken-test.patch
6572437c4fb10e4d3e22cffd3fdf126f4fad5f1b17194fb4bf8badc928885522c4911a1eaf06de2922d951d3faa4712445e6f527fd1efa7d02d4b597324d7cda disable-broken-test.patch
"

View File

@ -1,4 +1,5 @@
TEST_HTTPS_SNI fails with oom
test_quiesce flakes randomly
--- a/src/testcurl/https/Makefile.am
+++ b/src/testcurl/https/Makefile.am
@@ -8,7 +8,7 @@
@ -10,3 +11,13 @@ TEST_HTTPS_SNI fails with oom
endif
if HAVE_POSIX_THREADS
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -48,7 +48,6 @@
THREAD_ONLY_TESTS += \
test_get_wait \
test_get_wait11 \
- test_quiesce \
$(EMPTY_ITEM)
if HEAVY_TESTS