Skip to content

[test-quarantine] Unquarantine StartupTests.StartupTimeoutIsApplied #175

@DeagleGross

Description

@DeagleGross

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

Associated issue: dotnet#65081 (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-65081-2026-04-07-24ecddeb1d5ab98c

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

# Push the branch to origin
git push origin unquarantine/issue-65081-2026-04-07-24ecddeb1d5ab98c

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

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..592bb31354 100644
--- a/src/Servers/IIS/IIS/test/Common.LongTests/StartupTests.cs
+++ b/src/Servers/IIS/IIS/test/Common.LongTests/StartupTests.cs
@@ -460,7 +460,6 @@ public class StartupTests : IISFunctionalTestBase
 
     [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.
-- 
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