Skip to content

Commit

Permalink
Enable test. Should not be reverted in future PRs. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed May 30, 2024
1 parent fc3988b commit 6fd669b
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 org.apache.maven.shared.invoker.MavenInvocationException;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;

Expand All @@ -21,7 +20,6 @@
* <p>
* mvn install -Dit.test=TestTemplateDevModeIT#methodName
*/
@Disabled("NPE in JUnit stack; See discussion in /~https://github.com/quarkiverse/quarkiverse/issues/94, should be re-enabled when /~https://github.com/quarkusio/quarkus/pull/40751 is merged")
@DisabledIfSystemProperty(named = "quarkus.test.native", matches = "true")
public class TestTemplateDevModeIT extends RunAndCheckMojoTestBase {

Expand Down

0 comments on commit 6fd669b

Please sign in to comment.