Skip to content

[test-quarantine] Unquarantine StartupTests.SetCurrentDirectoryHandlerSettingWorks #178

Description

@DeagleGross

Unquarantines StartupTests.SetCurrentDirectoryHandlerSettingWorks which has been passing 100% in the quarantined test pipeline for 30+ days (46 passes across IIS NewHandler variants, 0 failures).

Associated issue: dotnet#62802 (in dotnet/aspnetcore — please close manually if no other tests reference it)

Note

🔒 Integrity filter blocked 9 items

The following items were blocked because they don't meet the GitHub integrity level.

  • #65815 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #65817 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #65827 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #65816 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #61810 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #27189 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #24771 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #41859 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #66040 pull_request_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".

To allow these resources, lower min-integrity in your GitHub frontmatter:

tools:
  github:
    min-integrity: approved  # merged | approved | unapproved | none

Generated by Daily Test Quarantine Management ·


Note

This was originally intended as a pull request, but the git push operation failed.

Workflow Run: View run details and download patch artifact

The patch file is available in the agent artifact in the workflow run linked above.

To create a pull request with the changes:

# Download the artifact from the workflow run
gh run download 24077339845 -n agent -D /tmp/agent-24077339845

# Create a new branch
git checkout -b unquarantine/issue-62802-2026-04-07-1e04b2a28195e9af

# Apply the patch (--3way handles cross-repo patches where files may already exist)
git am --3way /tmp/agent-24077339845/aw-unquarantine-issue-62802-2026-04-07.patch

# Push the branch to origin
git push origin unquarantine/issue-62802-2026-04-07-1e04b2a28195e9af

# Create the pull request
gh pr create --title '[test-quarantine] Unquarantine StartupTests.SetCurrentDirectoryHandlerSettingWorks' --base main --head unquarantine/issue-62802-2026-04-07-1e04b2a28195e9af --repo DeagleGross/aspnetcore
Show patch (29 lines)
From cca34b84d6d885554f03315ed2dce2d895c7a1a7 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Tue, 7 Apr 2026 11:17:37 +0000
Subject: [PATCH] Unquarantine
 StartupTests.SetCurrentDirectoryHandlerSettingWorks (issue #62802)

Test has been passing 100% for 30+ days in the quarantined test pipeline.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
 src/Servers/IIS/IIS/test/Common.LongTests/StartupTests.cs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Servers/IIS/IIS/test/Common.LongTests/StartupTests.cs b/src/Servers/IIS/IIS/test/Common.LongTests/StartupTests.cs
index cee11154e3..2f4e69ab5c 100644
--- a/src/Servers/IIS/IIS/test/Common.LongTests/StartupTests.cs
+++ b/src/Servers/IIS/IIS/test/Common.LongTests/StartupTests.cs
@@ -702,7 +702,6 @@ public class StartupTests : IISFunctionalTestBase
 
     [ConditionalFact]
     [RequiresNewHandler]
-    [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/62802")]
     public async Task SetCurrentDirectoryHandlerSettingWorks()
     {
         var deploymentParameters = Fixture.GetBaseDeploymentParameters();
-- 
2.53.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions