Skip to content

Commit

Permalink
Re-enable examples test (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry authored Nov 25, 2024
1 parent 9ada248 commit 16df8c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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
2 changes: 1 addition & 1 deletion planetiler-openmaptiles

0 comments on commit 16df8c7

Please sign in to comment.