Skip to content

Commit

Permalink
Revert "try ignore"
Browse files Browse the repository at this point in the history
This reverts commit 2f1ce56.
  • Loading branch information
sbrunner committed Aug 8, 2024
1 parent c0a5c5e commit 95371cc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import java.net.URI;
import java.util.HashMap;
import java.util.List;
import org.junit.Ignore;
import org.junit.Test;
import org.mapfish.print.AbstractMapfishSpringTest;
import org.mapfish.print.TestHttpClientFactory;
Expand Down Expand Up @@ -38,7 +37,6 @@ private static PJsonObject loadJsonRequestData() throws IOException {

@Test
@DirtiesContext
@Ignore
public void testExecute() throws Exception {
final String host = "image_layer_test";
requestFactory.registerHandler(
Expand Down

0 comments on commit 95371cc

Please sign in to comment.