mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 04:21:08 +00:00
@@ -20,7 +20,6 @@ import java.util.stream.Stream;
|
||||
import org.junit.jupiter.api.AfterAll;
|
||||
import org.junit.jupiter.api.Assertions;
|
||||
import org.junit.jupiter.api.BeforeAll;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.DynamicTest;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.TestFactory;
|
||||
@@ -195,7 +194,6 @@ class OpenMapTilesTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Disabled
|
||||
void testTransportation() {
|
||||
assertNumFeatures("transportation", Map.of(
|
||||
"class", "path",
|
||||
@@ -207,7 +205,6 @@ class OpenMapTilesTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Disabled
|
||||
void testTransportationName() {
|
||||
assertNumFeatures("transportation_name", Map.of(
|
||||
"name", "Boulevard du Larvotto",
|
||||
|
||||
Reference in New Issue
Block a user