We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e04e3 commit ce59fb5Copy full SHA for ce59fb5
src/integrationTest/java/eu/xenit/gradle/testrunner/Reproductions.java
@@ -15,7 +15,6 @@
15
import org.gradle.testkit.runner.TaskOutcome;
16
import org.gradle.util.GradleVersion;
17
import org.hamcrest.Matchers;
18
-import org.junit.Ignore;
19
import org.junit.Test;
20
21
/**
@@ -132,7 +131,6 @@ public void testIssue104() throws IOException {
132
131
}
133
134
@Test
135
- @Ignore("Waiting for a fix for https://github.com/bmuschko/gradle-docker-plugin/issues/1158")
136
public void testIssue107() throws IOException {
137
testProjectFolder(REPRODUCTIONS.resolve("issue-107"), ":functionalTest");
138
0 commit comments