diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD index a5c3a7554d9..5cb28638d4e 100644 --- a/main/wget/APKBUILD +++ b/main/wget/APKBUILD @@ -40,7 +40,10 @@ build() { check() { cd "$builddir" - make check + + # FIXME: We're not running top-level "check" to skip fuzz tests that + # are currently broken. + make -C tests check } package() {