File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
test/Microsoft.NET.Build.Containers.IntegrationTests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -702,7 +702,7 @@ public void EndToEnd_NoAPI_Console(string baseImage)
702
702
privateNuGetAssets . Delete ( true ) ;
703
703
}
704
704
705
- [ DockerAvailableFact ]
705
+ [ DockerAvailableFact ( Skip = "https://github.com/dotnet/sdk/issues/45181" ) ]
706
706
public void EndToEnd_SingleArch_NoRid ( )
707
707
{
708
708
// Create a new console project
@@ -792,7 +792,7 @@ public void EndToEndMultiArch_LocalRegistry()
792
792
newProjectDir . Delete ( true ) ;
793
793
}
794
794
795
- [ DockerAvailableFact ]
795
+ [ DockerAvailableFact ( Skip = "https://github.com/dotnet/sdk/issues/45181" ) ]
796
796
public void MultiArchStillAllowsSingleRID ( )
797
797
{
798
798
string imageName = NewImageName ( ) ;
@@ -844,7 +844,7 @@ public void MultiArchStillAllowsSingleRID()
844
844
newProjectDir . Delete ( true ) ;
845
845
}
846
846
847
- [ DockerAvailableFact ]
847
+ [ DockerAvailableFact ( Skip = "https://github.com/dotnet/sdk/issues/45181" ) ]
848
848
public void MultiArchStillAllowsSingleRIDUsingJustRIDProperties ( )
849
849
{
850
850
string imageName = NewImageName ( ) ;
@@ -1080,7 +1080,7 @@ public void EndToEndMultiArch_RemoteRegistry()
1080
1080
newProjectDir . Delete ( true ) ;
1081
1081
}
1082
1082
1083
- [ DockerAvailableFact ]
1083
+ [ DockerAvailableFact ( Skip = "https://github.com/dotnet/sdk/issues/45181" ) ]
1084
1084
public void EndToEndMultiArch_ContainerRuntimeIdentifiersOverridesRuntimeIdentifiers ( )
1085
1085
{
1086
1086
// Create a new console project
You can’t perform that action at this time.
0 commit comments