@@ -801,9 +801,10 @@ public void EndToEnd_SingleArch_NoRid()
801
801
processResultX64 . Should ( ) . Pass ( ) . And . HaveStdOut ( "Hello, World!" ) ;
802
802
}
803
803
804
+ /**
804
805
[InlineData("endtoendmultiarch-localregisty")]
805
806
[InlineData("myteam/endtoendmultiarch-localregisty")]
806
- [ DockerIsAvailableAndSupportsArchTheory ( "linux/arm64" , checkContainerdStoreAvailability : true ) ]
807
+ [DockerIsAvailableAndSupportsArchTheory(Skip = "https://github.com/dotnet/sdk/issues/49502", "linux/arm64", checkContainerdStoreAvailability: true)]
807
808
public void EndToEndMultiArch_LocalRegistry(string imageName)
808
809
{
809
810
string tag = "1.0";
@@ -859,6 +860,7 @@ public void EndToEndMultiArch_LocalRegistry(string imageName)
859
860
// Cleanup
860
861
newProjectDir.Delete(true);
861
862
}
863
+ */
862
864
863
865
[ DockerAvailableFact ( Skip = "https://github.com/dotnet/sdk/issues/49502" ) ]
864
866
public void MultiArchStillAllowsSingleRID ( )
@@ -985,9 +987,10 @@ private DirectoryInfo CreateNewProject(string template, [CallerMemberName] strin
985
987
private string GetPublishArtifactsPath ( string projectDir , string rid , string configuration = "Debug" )
986
988
=> Path . Combine ( projectDir , "bin" , configuration , ToolsetInfo . CurrentTargetFramework , rid , "publish" ) ;
987
989
990
+ /**
988
991
[InlineData("endtoendmultiarch-archivepublishing")]
989
992
[InlineData("myteam/endtoendmultiarch-archivepublishing")]
990
- [ DockerIsAvailableAndSupportsArchTheory ( "linux/arm64" , checkContainerdStoreAvailability : true ) ]
993
+ [DockerIsAvailableAndSupportsArchTheory(Skip = "https://github.com/dotnet/sdk/issues/49502", "linux/arm64", checkContainerdStoreAvailability: true)]
991
994
public void EndToEndMultiArch_ArchivePublishing(string imageName)
992
995
{
993
996
string tag = "1.0";
@@ -1054,6 +1057,7 @@ public void EndToEndMultiArch_ArchivePublishing(string imageName)
1054
1057
// Cleanup
1055
1058
newProjectDir.Delete(true);
1056
1059
}
1060
+ */
1057
1061
1058
1062
[ DockerIsAvailableAndSupportsArchFact ( "linux/arm64" , checkContainerdStoreAvailability : true ) ]
1059
1063
public void EndToEndMultiArch_RemoteRegistry ( )
@@ -1381,7 +1385,7 @@ public void EndToEndMultiArch_Labels()
1381
1385
[ DockerSupportsArchInlineData ( "linux/386" , "linux-x86" , "/app" , Skip = "There's no apphost for linux-x86 so we can't execute self-contained, and there's no .NET runtime base image for linux-x86 so we can't execute framework-dependent." ) ]
1382
1386
[ DockerSupportsArchInlineData ( "windows/amd64" , "win-x64" , "C:\\ app" ) ]
1383
1387
[ DockerSupportsArchInlineData ( "linux/amd64" , "linux-x64" , "/app" ) ]
1384
- [ DockerAvailableTheory ( ) ]
1388
+ [ DockerAvailableTheory ( Skip = "https://github.com/dotnet/sdk/issues/49502" ) ]
1385
1389
public async Task CanPackageForAllSupportedContainerRIDs ( string dockerPlatform , string rid , string workingDir )
1386
1390
{
1387
1391
ILogger logger = _loggerFactory . CreateLogger ( nameof ( CanPackageForAllSupportedContainerRIDs ) ) ;
0 commit comments