Skip to content

Commit

Permalink
remove @disable test already fix quarkusio/quarkus#40869
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarranzan committed Jun 4, 2024
1 parent 6ae6f6d commit 43e5735
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public class QuarkusCliPomIntegrityIT {
@Inject
static QuarkusCliClient cliClient;

@Disabled
@Test
public void shouldKeepCommentInPomAfterAddAndRemoveExtension() throws IOException {
final Path POM_PATH = Paths.get("target", QuarkusCliPomIntegrityIT.class.getSimpleName(), APP_NAME, "pom.xml");
Expand Down

0 comments on commit 43e5735

Please sign in to comment.