Skip to content

Commit 95c8c16

Browse files
author
Simon Zhao (BEYONDSOFT CONSULTING INC)
committed
Remove missing conflicting code.
1 parent 38c482d commit 95c8c16

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public async Task ApiEndToEndWithArchiveWritingAndLoad()
180180
}
181181
}
182182

183-
[DockerAvailableFact(Skip = "https://github.com/dotnet/sdk/issues/49502")]
183+
[DockerAvailableFact]
184184
public async Task TarballsHaveCorrectStructure()
185185
{
186186
var archiveFile = Path.Combine(TestSettings.TestArtifactsDirectory,
@@ -441,7 +441,7 @@ public async Task EndToEnd_MultiProjectSolution()
441441
/// It's safe to load the target for libraries in a multi-targeted context because libraries don't have EnableSdkContainerSupport
442442
/// enabled by default, so the target will be skipped.
443443
/// </summary>
444-
[DockerAvailableFact(Skip = "https://github.com/dotnet/sdk/issues/49502")]
444+
[DockerAvailableFact]
445445
public async Task EndToEnd_MultiProjectSolution_with_multitargeted_library()
446446
{
447447
ILogger logger = _loggerFactory.CreateLogger(nameof(EndToEnd_MultiProjectSolution_with_multitargeted_library));
@@ -509,7 +509,7 @@ public async Task EndToEnd_MultiProjectSolution_with_multitargeted_library()
509509
commandResult.Should().HaveStdOutContaining("Pushed image 'webapp:latest'");
510510
}
511511

512-
[DockerAvailableTheory(Skip = "https://github.com/dotnet/sdk/issues/49502")]
512+
[DockerAvailableTheory()]
513513
[InlineData("webapi", false)]
514514
[InlineData("webapi", true)]
515515
[InlineData("worker", false)]
@@ -768,7 +768,7 @@ public void EndToEnd_NoAPI_Console(string baseImage)
768768
privateNuGetAssets.Delete(true);
769769
}
770770

771-
[DockerAvailableFact(Skip = "https://github.com/dotnet/sdk/issues/49502")]
771+
[DockerAvailableFact]
772772
public void EndToEnd_SingleArch_NoRid()
773773
{
774774
// Create a new console project
@@ -860,7 +860,7 @@ public void EndToEndMultiArch_LocalRegistry(string imageName)
860860
newProjectDir.Delete(true);
861861
}
862862

863-
[DockerAvailableFact(Skip = "https://github.com/dotnet/sdk/issues/49502")]
863+
[DockerAvailableFact]
864864
public void MultiArchStillAllowsSingleRID()
865865
{
866866
string imageName = NewImageName();
@@ -912,7 +912,7 @@ public void MultiArchStillAllowsSingleRID()
912912
newProjectDir.Delete(true);
913913
}
914914

915-
[DockerAvailableFact(Skip = "https://github.com/dotnet/sdk/issues/49502")]
915+
[DockerAvailableFact]
916916
public void MultiArchStillAllowsSingleRIDUsingJustRIDProperties()
917917
{
918918
string imageName = NewImageName();
@@ -1432,7 +1432,7 @@ static string[] DecideEntrypoint(string rid, string appName, string workingDir)
14321432
}
14331433
}
14341434

1435-
[DockerAvailableFact(Skip = "https://github.com/dotnet/sdk/issues/49502")]
1435+
[DockerAvailableFact]
14361436
public async void CheckDownloadErrorMessageWhenSourceRepositoryThrows()
14371437
{
14381438
var loggerFactory = new TestLoggerFactory(_testOutput);

0 commit comments

Comments
 (0)