Skip to content

Commit

Permalink
undisable test
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed Nov 25, 2024
1 parent 9ada248 commit d4ecc2c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import java.nio.file.Path;
import java.util.List;
import java.util.Map;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.io.TempDir;
import org.locationtech.jts.geom.LineString;
Expand Down Expand Up @@ -91,7 +90,6 @@ void testTilePostProcessingMergesConnectedLines() {
}

@Test
@Disabled
void integrationTest(@TempDir Path tmpDir) throws Exception {
Path dbPath = tmpDir.resolve("output.mbtiles");
BikeRouteOverlay.run(Arguments.of(
Expand Down

0 comments on commit d4ecc2c

Please sign in to comment.