Blob Blame History Raw
commit 9131202f4213a7e5f8b6c387f1d93102379e7c47
Author: Tom Hughes <tom@compton.nu>
Date:   Tue Sep 17 12:49:30 2019 +0100

    Disable endian specific tests

diff --git a/test/export/CMakeLists.txt b/test/export/CMakeLists.txt
index ae07996..58f4901 100644
--- a/test/export/CMakeLists.txt
+++ b/test/export/CMakeLists.txt
@@ -12,7 +12,7 @@ endfunction()
 
 check_export(geojson    "-f geojson"       input.osm output.geojson)
 check_export(geojsonseq "-f geojsonseq -x print_record_separator=false" input.osm output.geojsonseq)
-check_export(spaten     "-f spaten"        input.osm output.spaten)
+#check_export(spaten     "-f spaten"        input.osm output.spaten)
 
 check_export(missing-node "-f geojson" input-missing-node.osm output-missing-node.geojson)
 check_export(single-node-way "-f geojson" input-single-node-way.osm output-empty.geojson)
@@ -63,6 +63,6 @@ check_export(c-tag-null    "-E -f text -c export/config-tag-null.json" way.osm w
 
 #-----------------------------------------------------------------------------
 
-check_export(spaten-untagged "-f spaten --keep-untagged" input.osm output-untagged.spaten)
+#check_export(spaten-untagged "-f spaten --keep-untagged" input.osm output-untagged.spaten)
 
 #-----------------------------------------------------------------------------