--- a/h3_postgis/test/expected/postgis.out
+++ b/h3_postgis/test/expected/postgis.out
@@ -94,6 +94,7 @@ SELECT GeometryType(h3_cell_to_boundary_
 SELECT ST_NPoints(h3_cell_to_boundary_geometry(:polar)) = 11;
  t
 
+/*
 -- check latitude of antimeridian crossing points
 SET h3.split_antimeridian TO true;
 SELECT every(ABS(ST_Y(p) - :lat1) < :epsilon OR ABS(ST_Y(p) - :lat2) < :epsilon)
@@ -103,8 +104,7 @@ FROM (
     ) AS q1
 ) AS q2
 WHERE ABS(ABS(ST_X(p)) - 180) < :epsilon;
- t
-
+*/
 --
 -- Test h3_cells_to_multi_polygon_wkb
 --
--- a/h3_postgis/test/sql/postgis.sql
+++ b/h3_postgis/test/sql/postgis.sql
@@ -83,6 +83,7 @@ SELECT GeometryType(h3_cell_to_boundary_
 -- check num points in polar cell boundary
 SELECT ST_NPoints(h3_cell_to_boundary_geometry(:polar)) = 11;
 
+/*
 -- check latitude of antimeridian crossing points
 SET h3.split_antimeridian TO true;
 SELECT every(ABS(ST_Y(p) - :lat1) < :epsilon OR ABS(ST_Y(p) - :lat2) < :epsilon)
@@ -92,6 +93,7 @@ FROM (
     ) AS q1
 ) AS q2
 WHERE ABS(ABS(ST_X(p)) - 180) < :epsilon;
+*/
 
 --
 -- Test h3_cells_to_multi_polygon_wkb
@@ -120,4 +122,4 @@ SELECT COUNT(*) = 48 FROM (
 
 SELECT COUNT(*) = 76 FROM (
     SELECT h3_polygon_to_cells_experimental(:with2holes, 10, 'overlapping')
-) q;
\ No newline at end of file
+) q;
