Skip to content

Commit

Permalink
Revert "Enable tests again"
Browse files Browse the repository at this point in the history
This reverts commit 304b9d9.
  • Loading branch information
leonardehrenfried committed Jun 3, 2024
1 parent c590849 commit e4a1ae3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

import java.util.List;
import java.util.Set;
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 @@ -32,6 +33,7 @@ public void routeFromSouthToNorth() {
}

@Test
@Disabled("There seem to be no vehicle positions in their feed anymore.")
public void vehiclePositions() {
SmokeTest.assertThereArePatternsWithVehiclePositions();
}
Expand Down
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 e4a1ae3

Please sign in to comment.