From c50183bbdaf97d09cb5ef301273fcc3d8607fb01 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 21 Sep 2023 18:58:36 +0000 Subject: [PATCH] main/curl: add comment with link to upstream report So it is easier to know when we can re-enable the test. --- main/curl/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/main/curl/APKBUILD b/main/curl/APKBUILD index b49c3d72054..cb584ef24bf 100644 --- a/main/curl/APKBUILD +++ b/main/curl/APKBUILD @@ -199,6 +199,7 @@ build() { check() { # test650 fails on 32-bit ARM + # https://github.com/curl/curl/discussions/11882 make -C tests TFLAGS="!650" nonflaky-test }