Skip to content

Commit 13c802c

Browse files
authored
Restore JibTest (#10520)
1 parent e7c9e21 commit 13c802c

File tree

1 file changed

+0
-2
lines changed
  • core/src/test/java/org/testcontainers/containers

1 file changed

+0
-2
lines changed

core/src/test/java/org/testcontainers/containers/JibTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package org.testcontainers.containers;
22

33
import com.github.dockerjava.api.command.InspectImageResponse;
4-
import org.junit.Ignore;
54
import org.junit.Test;
65
import org.testcontainers.DockerClientFactory;
76
import org.testcontainers.containers.output.OutputFrame.OutputType;
@@ -13,7 +12,6 @@
1312

1413
import static org.assertj.core.api.Assertions.assertThat;
1514

16-
@Ignore("Jib doesn't work with latest Docker version provided by GH Actions. Jib should be updated")
1715
public class JibTest {
1816

1917
@Test

0 commit comments

Comments
 (0)