Skip to content

Commit

Permalink
Quarantine another one of the CanRenderComponentWithPersistedState ca…
Browse files Browse the repository at this point in the history
…ses (#51808)
  • Loading branch information
SteveSandersonMS authored Nov 9, 2023
1 parent 36ffda0 commit 402e7fc
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 @@ -45,7 +45,7 @@ public override Task InitializeAsync()
[InlineData(true, typeof(InteractiveWebAssemblyRenderMode), (string)null)]
[InlineData(true, typeof(InteractiveWebAssemblyRenderMode), "WebAssemblyStreaming")]
[InlineData(true, typeof(InteractiveAutoRenderMode), (string)null)]
[InlineData(true, typeof(InteractiveAutoRenderMode), "AutoStreaming")]
// [InlineData(true, typeof(InteractiveAutoRenderMode), "AutoStreaming")] https://github.com/dotnet/aspnetcore/issues/50810
[InlineData(false, typeof(InteractiveServerRenderMode), (string)null)]
[InlineData(false, typeof(InteractiveServerRenderMode), "ServerStreaming")]
[InlineData(false, typeof(InteractiveWebAssemblyRenderMode), (string)null)]
Expand Down

0 comments on commit 402e7fc

Please sign in to comment.