Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Sep 3, 2025

  • ThreadingAppHostedTest.cs: Updated 4 test methods to use skip attributes
  • ThreadingAppTest.cs: Updated 6 test methods to use skip attributes
  • Address feedback: Simplified all skip messages to use only the URL without additional text

All skip messages now contain only "https://github.com/dotnet/aspnetcore/issues/63524" as requested in the code review feedback.

Fixes #63524.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

…ith Skip attributes

Co-authored-by: javiercn <6995051+javiercn@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] [Blazor] Skip tests in ThreadingHostedAppTest and ThreadingAppTest [Blazor] Skip tests in ThreadingHostedAppTest and ThreadingAppTest Sep 3, 2025
@Copilot Copilot AI requested a review from javiercn September 3, 2025 15:43
Copilot finished work on behalf of javiercn September 3, 2025 15:43

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54761")]
[Fact(Skip = "Test skipped due to unreliability. See https://github.com/dotnet/aspnetcore/issues/63524")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot Just use the URL in all the skipped tests. Do not add any additional text

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated all skip messages to use only the URL. Commit 3b0bd8d

Co-authored-by: javiercn <6995051+javiercn@users.noreply.github.com>
@javiercn javiercn marked this pull request as ready for review September 3, 2025 16:07
@Copilot Copilot AI review requested due to automatic review settings September 3, 2025 16:07
@javiercn javiercn requested a review from a team as a code owner September 3, 2025 16:07
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates Blazor E2E tests to skip flaky tests by replacing QuarantinedTest attributes with Fact Skip attributes. The change consolidates various test failures under a single GitHub issue (#63524) for better tracking.

  • Replaced QuarantinedTest attributes with Fact(Skip = "...") attributes across 10 test methods
  • Unified skip messages to reference issue #63524 instead of multiple different issues
  • Simplified skip messages to contain only the GitHub URL without additional explanatory text

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/Components/test/E2ETest/Tests/ThreadingAppTest.cs Updated 6 test methods to use skip attributes instead of quarantine attributes
src/Components/test/E2ETest/Tests/ThreadingAppHostedTest.cs Updated 4 test methods to use skip attributes instead of quarantine attributes

@Copilot Copilot AI requested a review from javiercn September 3, 2025 16:08
Copilot finished work on behalf of javiercn September 3, 2025 16:08
@javiercn javiercn merged commit ccd39be into main Sep 3, 2025
30 checks passed
@javiercn javiercn deleted the copilot/fix-63524 branch September 3, 2025 18:02
@dotnet-policy-service dotnet-policy-service bot added this to the 11.0-preview1 milestone Sep 3, 2025
@javiercn
Copy link
Member

javiercn commented Sep 4, 2025

/backport to release/10.0

Copy link
Contributor

github-actions bot commented Sep 4, 2025

Started backporting to release/10.0: https://github.com/dotnet/aspnetcore/actions/runs/17459604167

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Blazor] Skip tests in ThreadingHostedAppTest and ThreadingAppTest

3 participants