Skip to content

Commit

Permalink
Ignore the BanoGeocoderTest
Browse files Browse the repository at this point in the history
  • Loading branch information
t2gran committed Mar 3, 2020
1 parent b181eb2 commit ca79a24
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package org.opentripplanner.geocoder.bano;

import org.junit.Test;
import org.junit.Ignore;
import org.opentripplanner.common.geometry.SphericalDistanceLibrary;
import org.opentripplanner.geocoder.GeocoderResult;
import org.opentripplanner.geocoder.GeocoderResults;
Expand All @@ -10,6 +11,9 @@
public class BanoGeocoderTest {

/**
* NOTE! THIS TEST RELAY ON AN ON-LINE EXTERNAL API (Bano Geocoder) TO BE UP AN RUNNING, WHICH
* MAY NOT BE THE CASE. HENCE THE '@Ignore'.
* <p>
* TODO -- This unit-test rely on an on-line API to be up and running, which may not be the case
* if a network connection is not active or the server is down.
*/
Expand Down

0 comments on commit ca79a24

Please sign in to comment.