Skip to content

Commit

Permalink
Merge pull request #10647 from famod/win-DevMojoIT-testResourcesFromC…
Browse files Browse the repository at this point in the history
…lasspath

Re-enable DevMojoIT.testResourcesFromClasspath()
  • Loading branch information
geoand authored Jul 13, 2020
2 parents 825e4dd + f71e4d8 commit 937ab78
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
import org.apache.commons.io.FileUtils;
import org.apache.maven.shared.invoker.MavenInvocationException;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledOnOs;
import org.junit.jupiter.api.condition.OS;

import io.quarkus.maven.it.verifier.MavenProcessInvocationResult;
import io.quarkus.maven.it.verifier.RunningInvoker;
Expand Down Expand Up @@ -812,7 +810,6 @@ public void testThatTheApplicationIsStartedWithoutBuildGoalWhenNotEnforced() thr
assertThat(running.log()).doesNotContain("skipping quarkus:dev as this is assumed to be a support library");
}

@DisabledOnOs(OS.WINDOWS) // need to figure this out...
@Test
public void testResourcesFromClasspath() throws MavenInvocationException, IOException, InterruptedException {
testDir = initProject("projects/multimodule-classpath", "projects/multimodule-resources-classpath");
Expand Down

0 comments on commit 937ab78

Please sign in to comment.