Skip to content

Commit

Permalink
Unquarantine tests (dotnet#37877)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoK authored Oct 27, 2021
1 parent e080396 commit 478c7bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ public async Task TargedDifferenceSharedFramework_FailedToFindNativeDependencies
}

[ConditionalFact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/31893")]
public async Task RemoveInProcessReference_FailedToFindRequestHandler()
{
var deploymentParameters = Fixture.GetBaseDeploymentParameters(Fixture.InProcessTestSite);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ public async Task ShadowCopyE2EWorksWithFolderPresent()
}

[ConditionalFact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/37081")]
public async Task ShadowCopyE2EWorksWithOldFoldersPresent()
{
using var directory = TempDirectory.Create();
Expand Down Expand Up @@ -208,7 +207,6 @@ public async Task ShadowCopyE2EWorksWithOldFoldersPresent()
}

[ConditionalFact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/36887")]
public async Task ShadowCopyCleansUpOlderFolders()
{
using var directory = TempDirectory.Create();
Expand Down

0 comments on commit 478c7bd

Please sign in to comment.