Skip to content

Commit

Permalink
Revert "Merge pull request quarkusio#30849 from gsmet/disable-failing…
Browse files Browse the repository at this point in the history
…-test"

This reverts commit 4906e69, reversing
changes made to 338a965.
  • Loading branch information
Sgitario committed Feb 9, 2023
1 parent 239c632 commit 43b79f0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import java.nio.file.Path;
import java.util.List;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;

Expand Down Expand Up @@ -37,7 +36,6 @@ public class OpenshiftWithDockerAndImageTest {
private ProdModeTestResults prodModeTestResults;

@Test
@Disabled("This is failing always in the Jakarta branch and needs fixing")
public void assertGeneratedResources() throws IOException {
Path kubernetesDir = prodModeTestResults.getBuildDir().resolve("kubernetes");

Expand Down

0 comments on commit 43b79f0

Please sign in to comment.