Skip to content

Commit

Permalink
Add a reference to maplibre#183
Browse files Browse the repository at this point in the history
  • Loading branch information
springmeyer committed Jun 21, 2024
1 parent 4db97cd commit 06b2cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/src/test/java/com/mlt/decoder/MltDecoderTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ public void decodeOMTTiles(String tileId) throws IOException {
@MethodSource("omtProvider")
public void decodeOMTTiles2(String tileId) throws IOException {
if (tileId == "13_4265_5467" || tileId == "14_8298_10748" || tileId == "14_8299_10748") {
// System.out.println("Skipping test for " + tileId + "due to know issues with the
// converter");
// TODO remove this special case for these 3 tiles once this bug is fixed:
// https://github.com/maplibre/maplibre-tile-spec/issues/183
var exception =
assertThrows(
Exception.class,
Expand Down

0 comments on commit 06b2cf4

Please sign in to comment.