Skip to content

Commit

Permalink
Disable SEPTA bike rental tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed May 30, 2024
1 parent b456ca1 commit b28f48e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
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 @@ -66,11 +67,13 @@ 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 b28f48e

Please sign in to comment.