Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.testcontainers.containers;

import com.github.dockerjava.api.command.InspectImageResponse;
import org.junit.Ignore;
import org.junit.Test;
import org.testcontainers.DockerClientFactory;
import org.testcontainers.containers.output.OutputFrame.OutputType;
Expand All @@ -13,7 +12,6 @@

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

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

@Test
Expand Down
Loading