From 88262257c2ce7948f0a8444908df6ea0e2144a7a Mon Sep 17 00:00:00 2001 From: Valentin Delaye Date: Tue, 24 Feb 2026 10:56:23 +0100 Subject: [PATCH] Add missing @Disabled annotation on some IT Signed-off-by: Valentin Delaye --- src/test/java/land/oras/HarborS3ITCase.java | 1 + src/test/java/land/oras/NexusITCase.java | 3 +++ src/test/java/land/oras/PublicECRITCase.java | 8 ++++++++ 3 files changed, 12 insertions(+) diff --git a/src/test/java/land/oras/HarborS3ITCase.java b/src/test/java/land/oras/HarborS3ITCase.java index e3288ce1..a181e15f 100644 --- a/src/test/java/land/oras/HarborS3ITCase.java +++ b/src/test/java/land/oras/HarborS3ITCase.java @@ -51,6 +51,7 @@ class HarborS3ITCase { * This test demonstrate how to assemble a Flux CD OCI Artifact */ @Test + @Disabled void shouldPushHelmArtifact() { // The compressed manifests diff --git a/src/test/java/land/oras/NexusITCase.java b/src/test/java/land/oras/NexusITCase.java index 1786e13a..2bfd350a 100644 --- a/src/test/java/land/oras/NexusITCase.java +++ b/src/test/java/land/oras/NexusITCase.java @@ -27,6 +27,7 @@ import java.util.List; import java.util.Map; import land.oras.utils.Const; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.parallel.Execution; import org.junit.jupiter.api.parallel.ExecutionMode; @@ -36,7 +37,9 @@ */ @Execution(ExecutionMode.CONCURRENT) class NexusITCase { + @Test + @Disabled void shouldPushHelmArtifact() { // The compressed manifests diff --git a/src/test/java/land/oras/PublicECRITCase.java b/src/test/java/land/oras/PublicECRITCase.java index 107cb20d..226afcf7 100644 --- a/src/test/java/land/oras/PublicECRITCase.java +++ b/src/test/java/land/oras/PublicECRITCase.java @@ -25,6 +25,7 @@ import java.nio.file.Files; import java.nio.file.Path; import java.util.List; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.io.TempDir; import org.junit.jupiter.api.parallel.Execution; @@ -38,6 +39,7 @@ class PublicECRITCase { private static Path homeDir; @Test + @Disabled void shouldDetermineEffectiveRegistryWithUnqualifiedSettings() throws Exception { // language=toml @@ -56,6 +58,7 @@ void shouldDetermineEffectiveRegistryWithUnqualifiedSettings() throws Exception } @Test + @Disabled void shouldRewriteDockerIOToPublicECR() throws Exception { // language=toml @@ -88,6 +91,7 @@ void shouldRewriteDockerIOToPublicECR() throws Exception { } @Test + @Disabled void shouldDetermineEffectiveRegistry() { // Use from container ref @@ -111,6 +115,7 @@ void shouldDetermineEffectiveRegistry() { } @Test + @Disabled void shouldPullAnonymousIndexAndFilterPlatform() { // Via tag @@ -138,6 +143,7 @@ void shouldPullAnonymousIndexAndFilterPlatform() { } @Test + @Disabled void shouldPullAnonymousIndexViaDigest() { Registry registry = Registry.builder().build(); @@ -150,6 +156,7 @@ void shouldPullAnonymousIndexViaDigest() { } @Test + @Disabled void shouldPullManifest() { // Via tag @@ -167,6 +174,7 @@ void shouldPullManifest() { } @Test + @Disabled void shouldPullLayer() { Registry registry = Registry.builder().build(); ContainerRef containerRef = ContainerRef.parse(