Skip to content

Commit

Permalink
Remove duplicated test data
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussell committed Dec 4, 2024
1 parent 9c4bbff commit 78d99a7
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions tests/Microsoft.DotNet.Docker.Tests/TestData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -286,24 +286,6 @@ public static class TestData

private static readonly ProductImageData[] s_AspireDashboardTestData =
{
new() {
Version = V9_0,
VersionFamily = V9_0,
OS = OS.Mariner20Distroless,
OSTag = "",
OSDir = OS.MarinerDistroless,
Arch = Arch.Amd64,
SupportedImageRepos = DotNetImageRepo.Aspire_Dashboard,
},
new() {
Version = V9_0,
VersionFamily = V9_0,
OS = OS.Mariner20Distroless,
OSTag = "",
OSDir = OS.MarinerDistroless,
Arch = Arch.Arm64,
SupportedImageRepos = DotNetImageRepo.Aspire_Dashboard
},
new() {
Version = V9_0_Preview,
VersionFamily = V9_0,
Expand Down

0 comments on commit 78d99a7

Please sign in to comment.