@@ -180,7 +180,7 @@ public async Task ApiEndToEndWithArchiveWritingAndLoad()
180
180
}
181
181
}
182
182
183
- [ DockerAvailableFact ( Skip = "https://github.com/dotnet/sdk/issues/49502" ) ]
183
+ [ DockerAvailableFact ]
184
184
public async Task TarballsHaveCorrectStructure ( )
185
185
{
186
186
var archiveFile = Path . Combine ( TestSettings . TestArtifactsDirectory ,
@@ -441,7 +441,7 @@ public async Task EndToEnd_MultiProjectSolution()
441
441
/// It's safe to load the target for libraries in a multi-targeted context because libraries don't have EnableSdkContainerSupport
442
442
/// enabled by default, so the target will be skipped.
443
443
/// </summary>
444
- [ DockerAvailableFact ( Skip = "https://github.com/dotnet/sdk/issues/49502" ) ]
444
+ [ DockerAvailableFact ]
445
445
public async Task EndToEnd_MultiProjectSolution_with_multitargeted_library ( )
446
446
{
447
447
ILogger logger = _loggerFactory . CreateLogger ( nameof ( EndToEnd_MultiProjectSolution_with_multitargeted_library ) ) ;
@@ -509,7 +509,7 @@ public async Task EndToEnd_MultiProjectSolution_with_multitargeted_library()
509
509
commandResult . Should ( ) . HaveStdOutContaining ( "Pushed image 'webapp:latest'" ) ;
510
510
}
511
511
512
- [ DockerAvailableTheory ( Skip = "https://github.com/dotnet/sdk/issues/49502" ) ]
512
+ [ DockerAvailableTheory ( ) ]
513
513
[ InlineData ( "webapi" , false ) ]
514
514
[ InlineData ( "webapi" , true ) ]
515
515
[ InlineData ( "worker" , false ) ]
@@ -768,7 +768,7 @@ public void EndToEnd_NoAPI_Console(string baseImage)
768
768
privateNuGetAssets . Delete ( true ) ;
769
769
}
770
770
771
- [ DockerAvailableFact ( Skip = "https://github.com/dotnet/sdk/issues/49502" ) ]
771
+ [ DockerAvailableFact ]
772
772
public void EndToEnd_SingleArch_NoRid ( )
773
773
{
774
774
// Create a new console project
@@ -860,7 +860,7 @@ public void EndToEndMultiArch_LocalRegistry(string imageName)
860
860
newProjectDir . Delete ( true ) ;
861
861
}
862
862
863
- [ DockerAvailableFact ( Skip = "https://github.com/dotnet/sdk/issues/49502" ) ]
863
+ [ DockerAvailableFact ]
864
864
public void MultiArchStillAllowsSingleRID ( )
865
865
{
866
866
string imageName = NewImageName ( ) ;
@@ -912,7 +912,7 @@ public void MultiArchStillAllowsSingleRID()
912
912
newProjectDir . Delete ( true ) ;
913
913
}
914
914
915
- [ DockerAvailableFact ( Skip = "https://github.com/dotnet/sdk/issues/49502" ) ]
915
+ [ DockerAvailableFact ]
916
916
public void MultiArchStillAllowsSingleRIDUsingJustRIDProperties ( )
917
917
{
918
918
string imageName = NewImageName ( ) ;
@@ -1432,7 +1432,7 @@ static string[] DecideEntrypoint(string rid, string appName, string workingDir)
1432
1432
}
1433
1433
}
1434
1434
1435
- [ DockerAvailableFact ( Skip = "https://github.com/dotnet/sdk/issues/49502" ) ]
1435
+ [ DockerAvailableFact ]
1436
1436
public async void CheckDownloadErrorMessageWhenSourceRepositoryThrows ( )
1437
1437
{
1438
1438
var loggerFactory = new TestLoggerFactory ( _testOutput ) ;
0 commit comments