Skip to content

Commit c706174

Browse files
authored
Merge pull request #2043 from mtrmac/aarch64-tests
Fix TestOCI1IndexChooseInstanceByCompression on non-amd64
2 parents f9ca486 + f3807cf commit c706174

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/manifest/oci_index_test.go

-4
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,6 @@ func TestOCI1IndexChooseInstanceByCompression(t *testing.T) {
223223
{"arm64", "", "sha256:6dc14a60d2ba724646cfbf5fccbb9a618a5978a64a352e060b17caf5e005da9d", true},
224224
// must return first zstd even if the first entry for same platform is gzip
225225
{"arm64", "", "sha256:1c98002b30a71b08ab175915ce7c8fb8da9e9b502ae082d6f0c572bac9dee324", false},
226-
// must return first zstd instance agnostic of platform
227-
{"", "", "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc", false},
228-
// must return first gzip instance agnostic of platform
229-
{"", "", "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", true},
230226
// must return first zstd instance with no platform
231227
{"matchesImageWithNoPlatform", "", "sha256:f2f5f52a2cf2c51d4cac6df0545f751c0adc3f3427eb47c59fcb32894503e18f", false},
232228
// must return first gzip instance with no platform

0 commit comments

Comments
 (0)