File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
src/Tests/Microsoft.NET.Build.Containers.IntegrationTests Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -44,19 +44,6 @@ public async Task CreateImageIndex_Baseline()
44
44
cii . GeneratedContainers = [ image1 , image2 ] ;
45
45
Assert . True ( cii . Execute ( ) , FormatBuildMessages ( errors ) ) ;
46
46
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
-
60
47
// Assert that the image index is pushed to the registry
61
48
var loggerFactory = new TestLoggerFactory ( _testOutput ) ;
62
49
var logger = loggerFactory . CreateLogger ( nameof ( CreateImageIndex_Baseline ) ) ;
You can’t perform that action at this time.
0 commit comments