Description: Disable tests hanging seemingly forever at build time
 Initially this patch was developped and added to fix a symptom of the
 (back then) missing build-dependency lie. Now it's needed to fix the
 very same symptoms on arm64, armel, armhf, pppc64el, s390x and
 powerpc. Accordingly my suspicion is that lie doesn't behave properly
 on the listed architectures.
Author: Axel Beckert <abe@debian.org>

--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -4,7 +4,7 @@
 TESTS=pre.res tree.res \
       properties.res \
 	   procedure.res substitute.res dummies.res numerical.res relativity.res mixed1.res distribute.res \
-      gamma.res symmetry.res fieldtheory.res sorting.res \
+      gamma.res symmetry.res sorting.res \
       canonicalise.res output.res young.res diff_geometry.res \
       powers.res derivative.res indexbracket.res linear.res linear.res combinat.res \
 		tutorial2.res tutorial3.res algebra.res lists.res defaults.res patterns.res tableaux.res \
