Skip to content

Commit bb7d239

Browse files
committed
Removed tests that need a separate fix
1 parent b379035 commit bb7d239

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/lib/globeCoordinate/globeCoordinate.GlobeCoordinate.tests.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,7 @@ define( [
161161
{ latitude: 0, longitude: 0, precision: 1 / 3600 }
162162
),
163163
gcDefs = [
164-
{ latitude: 0.1 / 3600, longitude: 0, precision: 1 / 3600 },
165164
{ latitude: 0.0002, longitude: 0, precision: 1 / 3600 },
166-
{ latitude: 0, longitude: 0.1 / 3600, precision: 1 / 3600 },
167165
{ latitude: 0, longitude: 0.0002, precision: 1 / 3600 },
168166
{ latitude: 0, longitude: 0, precision: 1 / 3600 + 0.0000001 },
169167
{ latitude: 0, longitude: 0, precision: 1 / 3600 - 0.0000001 }

0 commit comments

Comments
 (0)