Skip to content

Commit

Permalink
add Ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Jun 14, 2024
1 parent 9552133 commit 61d528d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
Expand Down Expand Up @@ -418,7 +419,8 @@ public void testBasicMultiPlatform_toDockerDaemon_pickFirstPlatformWhenNoMatchin
imageToDelete = toImage;
}

// @Test
@Test
@Ignore
public void testDistroless_ociManifest()
throws IOException, InterruptedException, ExecutionException, RegistryException,
CacheDirectoryCreationException, InvalidImageReferenceException {
Expand Down

0 comments on commit 61d528d

Please sign in to comment.