1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/sqlite-replication/remove-failing-test.patch
2020-10-04 15:40:18 +00:00

13 lines
508 B
Diff

diff --git a/Makefile.in b/Makefile.in
index 24537ea..3d839b8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1272,7 +1272,7 @@ quicktest: ./testfixture$(TEXE)
# This is the common case. Run many tests that do not take too long,
# including fuzzcheck, sqlite3_analyzer, and sqldiff tests.
#
-test: fuzztest sourcetest $(TESTPROGS) tcltest
+test: sourcetest $(TESTPROGS) tcltest
# Run a test using valgrind. This can take a really long time
# because valgrind is so much slower than a native machine.