Re-enable line merging test (#209)

re-enable test
This commit is contained in:
Michael Barry
2024-11-24 22:13:50 -05:00
committed by GitHub
parent cbd3725c28
commit 0818cb981f

View File

@@ -20,7 +20,6 @@ import java.util.stream.Stream;
import org.junit.jupiter.api.AfterAll; import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DynamicTest; import org.junit.jupiter.api.DynamicTest;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestFactory; import org.junit.jupiter.api.TestFactory;
@@ -195,7 +194,6 @@ class OpenMapTilesTest {
} }
@Test @Test
@Disabled
void testTransportation() { void testTransportation() {
assertNumFeatures("transportation", Map.of( assertNumFeatures("transportation", Map.of(
"class", "path", "class", "path",
@@ -207,7 +205,6 @@ class OpenMapTilesTest {
} }
@Test @Test
@Disabled
void testTransportationName() { void testTransportationName() {
assertNumFeatures("transportation_name", Map.of( assertNumFeatures("transportation_name", Map.of(
"name", "Boulevard du Larvotto", "name", "Boulevard du Larvotto",