Skip to content

Commit

Permalink
Quarantine (actually comment out) one of the CanRenderComponentWithPe…
Browse files Browse the repository at this point in the history
…rsistedState cases (#50811)

See #50810
  • Loading branch information
SteveSandersonMS committed Sep 20, 2023
1 parent 909476d commit acdb4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/test/E2ETest/Tests/StatePersistenceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public override Task InitializeAsync()
[InlineData(false, typeof(InteractiveWebAssemblyRenderMode), (string)null)]
[InlineData(false, typeof(InteractiveWebAssemblyRenderMode), "WebAssemblyStreaming")]
[InlineData(false, typeof(InteractiveAutoRenderMode), (string)null)]
[InlineData(false, typeof(InteractiveAutoRenderMode), "AutoStreaming")]
// [InlineData(false, typeof(InteractiveAutoRenderMode), "AutoStreaming")] https://github.com/dotnet/aspnetcore/issues/50810
public void CanRenderComponentWithPersistedState(bool suppressEnhancedNavigation, Type renderMode, string streaming)
{
var mode = renderMode switch
Expand Down

0 comments on commit acdb4fd

Please sign in to comment.