Flaky: StopNonInteractiveTests E2E timeouts
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
The following tests in StopNonInteractiveTests are flaky/timing out on PR CI:
- `Aspire.Cli.EndToEnd.Tests.StopNonInteractiveTests.StopNonInteractiveMultipleAppHostsShowsError` — times out at `WaitUntilText(""AppHost started successfully."")` after 3 minutes (`aspire start` from template-created project).
- `Aspire.Cli.EndToEnd.Tests.StopNonInteractiveTests.StopAllAppHostsFromUnrelatedDirectory` — times out at `WaitUntil(""success prompt [14 OK] $"")` after 8m20s.
These have failed 3 reruns in a row on PR #16636 with different transient failure modes; they appear to be infrastructure/timing flakes in the `aspire new`/`aspire start` E2E flow, not specific to test logic.
Sample failing run: https://github.com/microsoft/aspire/actions/runs/25209936243
Contributor guide
Assessment
This issue has not been assessed yet.