Skip to content

Commit 9b3fd7e

Browse files
Surayya Huseyn ZadaSurayya Huseyn Zada
authored andcommitted
cleanup
1 parent 6e1035b commit 9b3fd7e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/Tests/Microsoft.NET.Build.Containers.IntegrationTests/CreateImageIndexTests.cs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,6 @@ public async Task CreateImageIndex_Baseline()
4444
cii.GeneratedContainers = [image1, image2];
4545
Assert.True(cii.Execute(), FormatBuildMessages(errors));
4646

47-
// // Assert that the image index is created correctly
48-
// cii.GeneratedImageIndex.Should().NotBeNullOrEmpty();
49-
// var imageIndex = cii.GeneratedImageIndex.FromJson<ManifestListV2>();
50-
// imageIndex.manifests.Should().HaveCount(2);
51-
52-
// imageIndex.manifests[0].digest.Should().Be(image1.GetMetadata("ManifestDigest"));
53-
// imageIndex.manifests[0].platform.os.Should().Be("linux");
54-
// imageIndex.manifests[0].platform.architecture.Should().Be("amd64");
55-
56-
// imageIndex.manifests[1].digest.Should().Be(image2.GetMetadata("ManifestDigest"));
57-
// imageIndex.manifests[1].platform.os.Should().Be("linux");
58-
// imageIndex.manifests[1].platform.architecture.Should().Be("arm64");
59-
6047
// Assert that the image index is pushed to the registry
6148
var loggerFactory = new TestLoggerFactory(_testOutput);
6249
var logger = loggerFactory.CreateLogger(nameof(CreateImageIndex_Baseline));

0 commit comments

Comments
 (0)