Skip to content

Commit 550f385

Browse files
committed
Merge in 'release/8.0-rc2' changes
2 parents 416da79 + acdb4fd commit 550f385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/test/E2ETest/Tests/StatePersistenceTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public override Task InitializeAsync()
5151
[InlineData(false, typeof(InteractiveWebAssemblyRenderMode), (string)null)]
5252
[InlineData(false, typeof(InteractiveWebAssemblyRenderMode), "WebAssemblyStreaming")]
5353
[InlineData(false, typeof(InteractiveAutoRenderMode), (string)null)]
54-
[InlineData(false, typeof(InteractiveAutoRenderMode), "AutoStreaming")]
54+
// [InlineData(false, typeof(InteractiveAutoRenderMode), "AutoStreaming")] https://github.com/dotnet/aspnetcore/issues/50810
5555
public void CanRenderComponentWithPersistedState(bool suppressEnhancedNavigation, Type renderMode, string streaming)
5656
{
5757
var mode = renderMode switch

0 commit comments

Comments
 (0)