94f34ba
commit 9ba09a5d1c2e5b33810aae5198b735992bee39b0
4f27328
Author: Tom Hughes <tom@compton.nu>
4f27328
Date:   Tue Sep 17 12:49:30 2019 +0100
4f27328
4f27328
    Disable endian specific tests
4f27328
4f27328
diff --git a/test/export/CMakeLists.txt b/test/export/CMakeLists.txt
94f34ba
index a8c399b..6a149d4 100644
4f27328
--- a/test/export/CMakeLists.txt
4f27328
+++ b/test/export/CMakeLists.txt
4f27328
@@ -12,7 +12,7 @@ endfunction()
4f27328
 
4f27328
 check_export(geojson    "-f geojson"       input.osm output.geojson)
94f34ba
 check_export(geojsonseq "-f geojsonseq -x print_record_separator=false" input.osm output.geojsonseq)
4f27328
-check_export(spaten     "-f spaten"        input.osm output.spaten)
4f27328
+#check_export(spaten     "-f spaten"        input.osm output.spaten)
4f27328
 
4f27328
 check_export(missing-node "-f geojson"  input-missing-node.osm output-missing-node.geojson)
4f27328
 
4f27328
@@ -54,6 +54,6 @@ check_export(c-tag-null    "-E -f text -c export/config-tag-null.json" way.osm w
4f27328
 
4f27328
 #-----------------------------------------------------------------------------
4f27328
 
4f27328
-check_export(spaten-untagged "-f spaten --keep-untagged" input.osm output-untagged.spaten)
4f27328
+#check_export(spaten-untagged "-f spaten --keep-untagged" input.osm output-untagged.spaten)
4f27328
 
4f27328
 #-----------------------------------------------------------------------------