Skip to content

Commit ce59fb5

Browse files
Revert "Ignore test awaiting bugfix gradle-docker-plugin dependency"
This reverts commit 27179b8.
1 parent c9e04e3 commit ce59fb5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/integrationTest/java/eu/xenit/gradle/testrunner/Reproductions.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import org.gradle.testkit.runner.TaskOutcome;
1616
import org.gradle.util.GradleVersion;
1717
import org.hamcrest.Matchers;
18-
import org.junit.Ignore;
1918
import org.junit.Test;
2019

2120
/**
@@ -132,7 +131,6 @@ public void testIssue104() throws IOException {
132131
}
133132

134133
@Test
135-
@Ignore("Waiting for a fix for https://github.com/bmuschko/gradle-docker-plugin/issues/1158")
136134
public void testIssue107() throws IOException {
137135
testProjectFolder(REPRODUCTIONS.resolve("issue-107"), ":functionalTest");
138136
}

0 commit comments

Comments
 (0)