Skip to content

Commit

Permalink
Re-enable PebbleIT in testsuite
Browse files Browse the repository at this point in the history
see: #234
  • Loading branch information
erdlet committed May 1, 2021
1 parent 53275d2 commit 51750f0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import org.jboss.arquillian.test.api.ArquillianResource;
import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand All @@ -37,7 +36,6 @@
import static org.junit.Assert.assertTrue;

@RunWith(Arquillian.class)
@Ignore // Disabled, because jakarta.* package namespace not supported yet
public class PebbleIT {

private static final String WEB_INF_SRC = "src/main/resources/pebble/";
Expand Down

0 comments on commit 51750f0

Please sign in to comment.