@@ -796,9 +796,10 @@ public void EndToEnd_SingleArch_NoRid()
796
796
processResultX64 . Should ( ) . Pass ( ) . And . HaveStdOut ( "Hello, World!" ) ;
797
797
}
798
798
799
+ /**
799
800
[InlineData("endtoendmultiarch-localregisty")]
800
801
[InlineData("myteam/endtoendmultiarch-localregisty")]
801
- [ DockerIsAvailableAndSupportsArchTheory ( "linux/arm64" , checkContainerdStoreAvailability : true ) ]
802
+ [DockerIsAvailableAndSupportsArchTheory(Skip = "https://github.com/dotnet/sdk/issues/49502", "linux/arm64", checkContainerdStoreAvailability: true)]
802
803
public void EndToEndMultiArch_LocalRegistry(string imageName)
803
804
{
804
805
string tag = "1.0";
@@ -853,6 +854,7 @@ public void EndToEndMultiArch_LocalRegistry(string imageName)
853
854
// Cleanup
854
855
newProjectDir.Delete(true);
855
856
}
857
+ */
856
858
857
859
[ DockerAvailableFact ( Skip = "https://github.com/dotnet/sdk/issues/49502" ) ]
858
860
public void MultiArchStillAllowsSingleRID ( )
@@ -977,9 +979,10 @@ private DirectoryInfo CreateNewProject(string template, [CallerMemberName] strin
977
979
private string GetPublishArtifactsPath ( string projectDir , string rid , string configuration = "Debug" )
978
980
=> Path . Combine ( projectDir , "bin" , configuration , ToolsetInfo . CurrentTargetFramework , rid , "publish" ) ;
979
981
982
+ /**
980
983
[InlineData("endtoendmultiarch-archivepublishing")]
981
984
[InlineData("myteam/endtoendmultiarch-archivepublishing")]
982
- [ DockerIsAvailableAndSupportsArchTheory ( "linux/arm64" , checkContainerdStoreAvailability : true ) ]
985
+ [DockerIsAvailableAndSupportsArchTheory(Skip = "https://github.com/dotnet/sdk/issues/49502", "linux/arm64", checkContainerdStoreAvailability: true)]
983
986
public void EndToEndMultiArch_ArchivePublishing(string imageName)
984
987
{
985
988
string tag = "1.0";
@@ -1045,6 +1048,7 @@ public void EndToEndMultiArch_ArchivePublishing(string imageName)
1045
1048
// Cleanup
1046
1049
newProjectDir.Delete(true);
1047
1050
}
1051
+ */
1048
1052
1049
1053
[ DockerIsAvailableAndSupportsArchFact ( "linux/arm64" , checkContainerdStoreAvailability : true ) ]
1050
1054
public void EndToEndMultiArch_RemoteRegistry ( )
@@ -1367,7 +1371,7 @@ public void EndToEndMultiArch_Labels()
1367
1371
[ 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." ) ]
1368
1372
[ DockerSupportsArchInlineData ( "windows/amd64" , "win-x64" , "C:\\ app" ) ]
1369
1373
[ DockerSupportsArchInlineData ( "linux/amd64" , "linux-x64" , "/app" ) ]
1370
- [ DockerAvailableTheory ( ) ]
1374
+ [ DockerAvailableTheory ( Skip = "https://github.com/dotnet/sdk/issues/49502" ) ]
1371
1375
public async Task CanPackageForAllSupportedContainerRIDs ( string dockerPlatform , string rid , string workingDir )
1372
1376
{
1373
1377
ILogger logger = _loggerFactory . CreateLogger ( nameof ( CanPackageForAllSupportedContainerRIDs ) ) ;
0 commit comments