2525import java .nio .file .Files ;
2626import java .nio .file .Path ;
2727import java .util .List ;
28+ import org .junit .jupiter .api .Disabled ;
2829import org .junit .jupiter .api .Test ;
2930import org .junit .jupiter .api .io .TempDir ;
3031import org .junit .jupiter .api .parallel .Execution ;
@@ -38,6 +39,7 @@ class PublicECRITCase {
3839 private static Path homeDir ;
3940
4041 @ Test
42+ @ Disabled
4143 void shouldDetermineEffectiveRegistryWithUnqualifiedSettings () throws Exception {
4244
4345 // language=toml
@@ -56,6 +58,7 @@ void shouldDetermineEffectiveRegistryWithUnqualifiedSettings() throws Exception
5658 }
5759
5860 @ Test
61+ @ Disabled
5962 void shouldRewriteDockerIOToPublicECR () throws Exception {
6063
6164 // language=toml
@@ -88,6 +91,7 @@ void shouldRewriteDockerIOToPublicECR() throws Exception {
8891 }
8992
9093 @ Test
94+ @ Disabled
9195 void shouldDetermineEffectiveRegistry () {
9296
9397 // Use from container ref
@@ -111,6 +115,7 @@ void shouldDetermineEffectiveRegistry() {
111115 }
112116
113117 @ Test
118+ @ Disabled
114119 void shouldPullAnonymousIndexAndFilterPlatform () {
115120
116121 // Via tag
@@ -138,6 +143,7 @@ void shouldPullAnonymousIndexAndFilterPlatform() {
138143 }
139144
140145 @ Test
146+ @ Disabled
141147 void shouldPullAnonymousIndexViaDigest () {
142148
143149 Registry registry = Registry .builder ().build ();
@@ -150,6 +156,7 @@ void shouldPullAnonymousIndexViaDigest() {
150156 }
151157
152158 @ Test
159+ @ Disabled
153160 void shouldPullManifest () {
154161
155162 // Via tag
@@ -167,6 +174,7 @@ void shouldPullManifest() {
167174 }
168175
169176 @ Test
177+ @ Disabled
170178 void shouldPullLayer () {
171179 Registry registry = Registry .builder ().build ();
172180 ContainerRef containerRef = ContainerRef .parse (
0 commit comments