[test-quarantine] Re-quarantine BlazorWasmTemplateTest and WebWorkerTemplateE2ETest#66404
Merged
DeagleGross merged 1 commit intomainfrom Apr 21, 2026
Conversation
Both classes are failing again in build 1388488 after being unquarantined in #66303. The DevServer version pin fix may not have fully resolved the underlying issue. - Re-quarantine WebWorkerTemplateE2ETest at class level (issue #66292) - Re-quarantine BlazorWasmTemplateTest at class level (issue #66293) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
DeagleGross
approved these changes
Apr 21, 2026
Member
|
also fails at #66401; Approved and set auto-merged |
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.
Both test classes were unquarantined in #66303 (2026-04-14) after a DevServer version pin fix. However, they are failing again in build 1388488 (2026-04-21), along with
BlazorWebTemplateTest.BlazorWebTemplate_Works, suggesting the fix was not fully effective.Changes
WebWorkerTemplateE2ETestat class level (associated issue: Quarantine WebWorkerTemplateE2ETest (re-quarantine after #66072) #66292)BlazorWasmTemplateTestat class level (associated issue: Quarantine BlazorWasmTemplateTest (NU1603 NuGet restore failures) #66293)Failing Tests
WebWorkerTemplateE2ETest (all 4 methods failing):
WebWorkerTemplate_CanInvokeMethodsWebWorkerTemplate_HandlesErrorsWebWorkerTemplate_CanInvokeMethodsAfterPublishWebWorkerTemplate_CanDisposeWorkerBlazorWasmTemplateTest (all 3 methods failing):
BlazorWasmStandaloneTemplate_WorksBlazorWasmStandalonePwaTemplate_WorksBlazorWasmStandaloneTemplate_AzureActiveDirectoryTemplate_WorksAssociated issues: #66292 #66293