Skip Core tests that have been known to fail on various
authorDoug Torrance <dtorrance@debian.org>
Tue, 17 May 2022 02:26:51 +0000 (03:26 +0100)
committerDoug Torrance <dtorrance@debian.org>
Tue, 17 May 2022 02:26:51 +0000 (03:26 +0100)
Bug: https://github.com/Macaulay2/M2/issues/2162 (ComputationsBook/
 constructions)
Bug: https://github.com/Macaulay2/M2/issues/2242 (ComputationsBook/geometry
 & ComputationsBook/solving)
Last-Update: 2021-12-13

architectures.

Gbp-Pq: Name skip-failing-core-tests.patch

M2/Macaulay2/tests/ComputationsBook/Makefile.in

index 7f9ad4adda121b2da480adbaa9adc5ce94dfbfd6..809d04ad43fb1d4da07d87ce6369c83cd614bcf5 100644 (file)
@@ -1,8 +1,8 @@
 # @configure_input@
 include ../../../include/config.Makefile
 VPATH = @srcdir@
-CHAPTERS = completeIntersections constructions d-modules exterior-algebra geometry \
-          monomialIdeals preface programming schemes solving toricHilbertScheme varieties
+CHAPTERS = completeIntersections d-modules exterior-algebra \
+          monomialIdeals preface programming schemes toricHilbertScheme varieties
 .PHONY: changes capture
 all:
 $(CHAPTERS):; $(MKDIR_P) "$@"