mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-01 22:11:30 +01:00
the fuxxing test fails on builders or hangs forever. Disable the test to unblock the builders.
12 lines
307 B
Diff
12 lines
307 B
Diff
diff --git a/tests/testsuite.at b/tests/testsuite.at
|
|
index a925581..717a342 100644
|
|
--- a/tests/testsuite.at
|
|
+++ b/tests/testsuite.at
|
|
@@ -91,6 +91,3 @@ for x in "$top_srcdir/tests/rec.in/"*
|
|
done
|
|
AT_CLEANUP
|
|
|
|
-AT_SETUP([fuzzing vt])
|
|
-AT_CHECK([vtgen|dd bs=1048576 count=1 2>/dev/null|vt],,[])
|
|
-AT_CLEANUP
|