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 e7c9e21 commit 13c802cCopy full SHA for 13c802c
core/src/test/java/org/testcontainers/containers/JibTest.java
@@ -1,7 +1,6 @@
1
package org.testcontainers.containers;
2
3
import com.github.dockerjava.api.command.InspectImageResponse;
4
-import org.junit.Ignore;
5
import org.junit.Test;
6
import org.testcontainers.DockerClientFactory;
7
import org.testcontainers.containers.output.OutputFrame.OutputType;
@@ -13,7 +12,6 @@
13
12
14
import static org.assertj.core.api.Assertions.assertThat;
15
16
-@Ignore("Jib doesn't work with latest Docker version provided by GH Actions. Jib should be updated")
17
public class JibTest {
18
19
@Test
0 commit comments