main/curl: add comment with link to upstream report

So it is easier to know when we can re-enable the test.
This commit is contained in:
Natanael Copa 2023-09-21 18:58:36 +00:00
parent 9476e06350
commit c50183bbda

View File

@ -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
}