Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public async Task CanApplyEndpointFilterToController()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60109")]
public async Task CanCaptureMethodInfoFromControllerAction()
{
using var client = Factory.CreateClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public override void Dispose()
public WebApplicationFactory<StartupForRouteGroupsWithMetadata> Factory { get; private set; }

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/55927")]
public async Task OrderedGroupMetadataForControllers()
{
using var client = Factory.CreateClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public Latin1Tests(PublishedSitesFixture fixture) : base(fixture)

[ConditionalFact]
[RequiresNewHandler]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61055")]
public async Task Latin1Works()
{
var deploymentParameters = Fixture.GetBaseDeploymentParameters();
Expand Down
3 changes: 0 additions & 3 deletions src/Servers/IIS/IIS/test/Common.LongTests/StartupTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ public async Task RemoveInProcessReference_FailedToFindRequestHandler()

[ConditionalFact]
[RequiresNewHandler]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/65081")]
public async Task StartupTimeoutIsApplied()
{
// From what we can tell, this failure is due to ungraceful shutdown.
Expand Down Expand Up @@ -702,7 +701,6 @@ public static Dictionary<string, Func<IISDeploymentParameters, string>> InitStan

[ConditionalFact]
[RequiresNewHandler]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/62802")]
public async Task SetCurrentDirectoryHandlerSettingWorks()
{
var deploymentParameters = Fixture.GetBaseDeploymentParameters();
Expand Down Expand Up @@ -1009,7 +1007,6 @@ public async Task CheckStdoutWithLargeWrites_TestSink(string mode)
}

[ConditionalTheory]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/58108")]
[InlineData("CheckLargeStdOutWrites")]
[InlineData("CheckOversizedStdOutWrites")]
public async Task CheckStdoutWithLargeWrites_LogFile(string mode)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ public async Task ShadowCopyE2EWorksWithOldFoldersPresent()
}

[ConditionalFact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/58106")]
public async Task ShadowCopyCleansUpOlderFolders()
{
using var directory = TempDirectory.Create();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public AppOfflineIISExpressTests(PublishedSitesFixture fixture) : base(fixture)
}

[ConditionalFact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60482")]
public async Task AppOfflineDroppedWhileSiteStarting_SiteShutsDown_InProcess()
{
// This test often hits a race between debug logging and stdout redirection closing the handle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ await ExpectAsync(Http2FrameType.DATA,
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/#aw_http2rhr")]
public async Task RequestHeaderStringReuse_MultipleStreams_KnownHeaderReused()
{
var requestHeaders = new[]
Expand Down Expand Up @@ -5433,7 +5432,6 @@ await ExpectAsync(Http2FrameType.DATA,
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60111")]
public async Task IgnoreNewStreamsDuringClosedConnection()
{
// Remove callback that completes _pair.Application.Output on abort.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2258,7 +2258,6 @@ await WaitForLogAsync(logs =>
[MsQuicSupported]
[InlineData(HttpProtocols.Http3)]
[InlineData(HttpProtocols.Http2)]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/35070")]
public async Task GET_GracefulServerShutdown_RequestCompleteSuccessfullyInsideHostTimeout(HttpProtocols protocol)
{
// Arrange
Expand Down
Loading