Skip to content

Commit

Permalink
Re-enabled GBFS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jun 7, 2024
1 parent 97ad2c1 commit d198fd0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import java.io.IOException;
import java.util.List;
import java.util.Set;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
Expand Down Expand Up @@ -62,7 +61,6 @@ public void accessibleRouting(TripPlanParameters params) throws IOException {
}

@Nested
@Disabled("Disabled because it seems that the rental services have closed for the winter")
class GeofencingZones {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import java.util.List;
import java.util.Set;
import java.util.stream.Collectors;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.opentripplanner.client.model.Coordinate;
Expand Down Expand Up @@ -67,13 +66,11 @@ public void vehiclePositions() {
}

@Test
@Disabled("The indego feed is 404ing")
public void bikeRentalStations() {
SmokeTest.assertThatThereAreVehicleRentalStations();
}

@Test
@Disabled("The indego feed is 404ing")
public void routeWithBikeRental() {
SmokeTest.basicRouteTest(
new SmokeTestRequest(pierceStreet, templeUniversity, Set.of(BICYCLE_RENT)),
Expand Down

0 comments on commit d198fd0

Please sign in to comment.