[postgis-tickets] r17287 - Comment out really tedious lng-running tests

Paul Ramsey pramsey at cleverelephant.ca
Mon Mar 4 09:00:08 PST 2019


Author: pramsey
Date: 2019-03-04 09:00:08 -0800 (Mon, 04 Mar 2019)
New Revision: 17287

Modified:
   trunk/regress/core/Makefile.in
Log:
Comment out really tedious lng-running tests


Modified: trunk/regress/core/Makefile.in
===================================================================
--- trunk/regress/core/Makefile.in	2019-02-27 17:25:48 UTC (rev 17286)
+++ trunk/regress/core/Makefile.in	2019-03-04 17:00:08 UTC (rev 17287)
@@ -75,7 +75,6 @@
 	filterm \
 	cluster \
 	concave_hull\
-	concave_hull_hard\
 	ctors \
 	curvetoline \
 	dump \
@@ -91,7 +90,6 @@
 	in_kml \
 	in_encodedpolyline \
 	iscollection \
-	knn_recheck \
 	legacy \
 	long_xact \
 	lwgeom_regress \
@@ -165,6 +163,10 @@
 	minimum_clearance \
 	oriented_envelope
 
+# Slow slow tests
+#	concave_hull_hard 
+#	knn_recheck 
+
 ifeq ($(shell expr $(POSTGIS_GEOS_VERSION) ">=" 37),1)
 	# GEOS-3.7 adds:
 	# ST_FrechetDistance



More information about the postgis-tickets mailing list