Quarantine PersistentContainersPreserveDataAcrossAppHostRuns test#17997
Merged
Conversation
Quarantine the flaky PersistentContainersPreserveDataAcrossAppHostRuns test in PersistentContainerEndToEndTests. Related to #17995
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 17997Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 17997" |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR quarantines a known-flaky CLI end-to-end test so CI can sequester/ignore its failures while the underlying issue is investigated (tracked in #17995).
Changes:
- Marked
PersistentContainersPreserveDataAcrossAppHostRunswith[QuarantinedTest("https://github.com/microsoft/aspire/issues/17995")]. - Added the required
Aspire.TestUtilitiesusing for the quarantine attribute.
davidfowl
approved these changes
Jun 8, 2026
Contributor
|
cc @danegsta |
Contributor
|
❌ CLI E2E Tests failed — 111 passed, 2 failed, 2 unknown (commit ❌ Failed Tests
View all recordings
📹 Recordings uploaded automatically from CI run #27116406067 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Quarantine the flaky
PersistentContainersPreserveDataAcrossAppHostRunstest inPersistentContainerEndToEndTests.Related Issue
Addresses #17995