From 0b89198fe29b71040794f964f3ce2e098b6fcd7f Mon Sep 17 00:00:00 2001 From: psykose Date: Thu, 14 Apr 2022 07:36:30 +0000 Subject: [PATCH] community/libmicrohttpd: disable a flaky test --- community/libmicrohttpd/APKBUILD | 2 +- community/libmicrohttpd/disable-broken-test.patch | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/community/libmicrohttpd/APKBUILD b/community/libmicrohttpd/APKBUILD index 2a3cdcc5785..49afabb2b22 100644 --- a/community/libmicrohttpd/APKBUILD +++ b/community/libmicrohttpd/APKBUILD @@ -47,5 +47,5 @@ package() { sha512sums=" 473996b087ac6734ab577a1c7681c6c0b0136e04e34e13c3b50fd758358c1516017ad79097e0c57792786f6dd0208834374c09238113efed13bb4be11ef649d3 libmicrohttpd-0.9.73.tar.gz -886f8eb4f408329ede216cc28e88525a9d29b8443067ecc2577137eff198941159ff81747be1103f4049923ab0f43503f8a73059d31ac7d696b6a62cddbe50cf disable-broken-test.patch +6572437c4fb10e4d3e22cffd3fdf126f4fad5f1b17194fb4bf8badc928885522c4911a1eaf06de2922d951d3faa4712445e6f527fd1efa7d02d4b597324d7cda disable-broken-test.patch " diff --git a/community/libmicrohttpd/disable-broken-test.patch b/community/libmicrohttpd/disable-broken-test.patch index 2f580d09383..e890644a30e 100644 --- a/community/libmicrohttpd/disable-broken-test.patch +++ b/community/libmicrohttpd/disable-broken-test.patch @@ -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