We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909476d commit acdb4fdCopy full SHA for acdb4fd
src/Components/test/E2ETest/Tests/StatePersistenceTest.cs
@@ -51,7 +51,7 @@ public override Task InitializeAsync()
51
[InlineData(false, typeof(InteractiveWebAssemblyRenderMode), (string)null)]
52
[InlineData(false, typeof(InteractiveWebAssemblyRenderMode), "WebAssemblyStreaming")]
53
[InlineData(false, typeof(InteractiveAutoRenderMode), (string)null)]
54
- [InlineData(false, typeof(InteractiveAutoRenderMode), "AutoStreaming")]
+ // [InlineData(false, typeof(InteractiveAutoRenderMode), "AutoStreaming")] https://github.com/dotnet/aspnetcore/issues/50810
55
public void CanRenderComponentWithPersistedState(bool suppressEnhancedNavigation, Type renderMode, string streaming)
56
{
57
var mode = renderMode switch
0 commit comments