-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quarantine CanRenderComponentWithPersistedState(suppressEnhancedNavigation: False, renderMode: typeof(Microsoft.AspNetCore.Components.Web.InteractiveAutoRenderMode), streaming: "AutoStreaming"/null) #50810
Comments
Note that since these are |
…rsistedState cases See #50810
…rsistedState cases See #50810
…rsistedState cases See #50810
…ed navigating away (#50814) * Reproduce #50733 as a failing E2E test * Don't process original request blazor-ssr content if the user has already navigated away * Quarantine (actually comment out) one of the CanRenderComponentWithPersistedState cases See #50810 * Update EventTest.cs * Disable another flaky test
[release/8.0] Update dependencies from dotnet/arcade - Update EventTest.cs now that Selenium reports the full set of events properly - Update EventTest.cs - Quarantine (actually comment out) one of the CanRenderComponentWithPersistedState cases See #50810 - Disable another flaky test
[release/8.0] Update dependencies from dotnet/arcade - Update EventTest.cs now that Selenium reports the full set of events properly - Update EventTest.cs - Quarantine (actually comment out) one of the CanRenderComponentWithPersistedState cases See #50810 - Disable another flaky test
* Handle obsolete InterceptorsPreview with .NET 8 RC2 SDK (#50797) * Quarantine (actually comment out) one of the CanRenderComponentWithPersistedState cases (#50811) See #50810 * Stop processing original response streaming content if user has started navigating away (#50814) * Reproduce #50733 as a failing E2E test * Don't process original request blazor-ssr content if the user has already navigated away * Quarantine (actually comment out) one of the CanRenderComponentWithPersistedState cases See #50810 * Update EventTest.cs * Disable another flaky test --------- Co-authored-by: Matt Thalman <mthalman@microsoft.com> Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
[release/8.0] Update dependencies from dotnet/arcade - Update EventTest.cs now that Selenium reports the full set of events properly - Update EventTest.cs - Quarantine (actually comment out) one of the CanRenderComponentWithPersistedState cases See dotnet#50810 - Disable another flaky test
…0823) * Handle obsolete InterceptorsPreview with .NET 8 RC2 SDK (dotnet#50797) * Quarantine (actually comment out) one of the CanRenderComponentWithPersistedState cases (dotnet#50811) See dotnet#50810 * Stop processing original response streaming content if user has started navigating away (dotnet#50814) * Reproduce dotnet#50733 as a failing E2E test * Don't process original request blazor-ssr content if the user has already navigated away * Quarantine (actually comment out) one of the CanRenderComponentWithPersistedState cases See dotnet#50810 * Update EventTest.cs * Disable another flaky test --------- Co-authored-by: Matt Thalman <mthalman@microsoft.com> Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
Thanks for contacting us. We're moving this issue to the |
To learn more about what this message means, what to expect next, and how this issue will be handled you can read our Triage Process document. |
Saw a new failure in
|
And |
To learn more about what this message means, what to expect next, and how this issue will be handled you can read our Triage Process document. |
…ed navigating away (#50814) * Reproduce #50733 as a failing E2E test * Don't process original request blazor-ssr content if the user has already navigated away * Quarantine (actually comment out) one of the CanRenderComponentWithPersistedState cases See dotnet/aspnetcore#50810 * Update EventTest.cs * Disable another flaky test
* Handle obsolete InterceptorsPreview with .NET 8 RC2 SDK (#50797) * Quarantine (actually comment out) one of the CanRenderComponentWithPersistedState cases (#50811) See dotnet/aspnetcore#50810 * Stop processing original response streaming content if user has started navigating away (#50814) * Reproduce #50733 as a failing E2E test * Don't process original request blazor-ssr content if the user has already navigated away * Quarantine (actually comment out) one of the CanRenderComponentWithPersistedState cases See dotnet/aspnetcore#50810 * Update EventTest.cs * Disable another flaky test --------- Co-authored-by: Matt Thalman <mthalman@microsoft.com> Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
Failing Test(s)
... but only the following variants:
[InlineData(true, typeof(InteractiveAutoRenderMode), (string)null)]
[InlineData(false, typeof(InteractiveAutoRenderMode), (string)null)]
[InlineData(false, typeof(InteractiveAutoRenderMode), "AutoStreaming")]
We need to verify this is not a product bug before 8.0 ships, so putting it in the 8.0 milestone.
Error Message
Stacktrace
Logs
Build
https://dev.azure.com/dnceng-public/public/_build/results?buildId=411184
https://dev.azure.com/dnceng-public/public/_build/results?buildId=411665
https://dev.azure.com/dnceng-public/public/_build/results?buildId=457395
The text was updated successfully, but these errors were encountered: