Skip to content

Commit ab65646

Browse files
committed
skip cailing containers tests until we have a .NET 10 runtime container image
1 parent b48e508 commit ab65646

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/Microsoft.NET.Build.Containers.IntegrationTests/EndToEndTests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ public void EndToEnd_NoAPI_Console(string baseImage)
702702
privateNuGetAssets.Delete(true);
703703
}
704704

705-
[DockerAvailableFact]
705+
[DockerAvailableFact(Skip = "https://github.com/dotnet/sdk/issues/45181")]
706706
public void EndToEnd_SingleArch_NoRid()
707707
{
708708
// Create a new console project
@@ -792,7 +792,7 @@ public void EndToEndMultiArch_LocalRegistry()
792792
newProjectDir.Delete(true);
793793
}
794794

795-
[DockerAvailableFact]
795+
[DockerAvailableFact(Skip = "https://github.com/dotnet/sdk/issues/45181")]
796796
public void MultiArchStillAllowsSingleRID()
797797
{
798798
string imageName = NewImageName();
@@ -844,7 +844,7 @@ public void MultiArchStillAllowsSingleRID()
844844
newProjectDir.Delete(true);
845845
}
846846

847-
[DockerAvailableFact]
847+
[DockerAvailableFact(Skip = "https://github.com/dotnet/sdk/issues/45181")]
848848
public void MultiArchStillAllowsSingleRIDUsingJustRIDProperties()
849849
{
850850
string imageName = NewImageName();
@@ -1080,7 +1080,7 @@ public void EndToEndMultiArch_RemoteRegistry()
10801080
newProjectDir.Delete(true);
10811081
}
10821082

1083-
[DockerAvailableFact]
1083+
[DockerAvailableFact(Skip = "https://github.com/dotnet/sdk/issues/45181")]
10841084
public void EndToEndMultiArch_ContainerRuntimeIdentifiersOverridesRuntimeIdentifiers()
10851085
{
10861086
// Create a new console project

0 commit comments

Comments
 (0)