Skip to content

Commit acdb4fd

Browse files
Quarantine (actually comment out) one of the CanRenderComponentWithPersistedState cases (#50811)
See #50810
1 parent 909476d commit acdb4fd

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)