diff --git a/src/Components/test/E2ETest/ServerRenderingTests/EnhancedNavigationTest.cs b/src/Components/test/E2ETest/ServerRenderingTests/EnhancedNavigationTest.cs index a0b526805783..dff07dabe683 100644 --- a/src/Components/test/E2ETest/ServerRenderingTests/EnhancedNavigationTest.cs +++ b/src/Components/test/E2ETest/ServerRenderingTests/EnhancedNavigationTest.cs @@ -722,10 +722,10 @@ public void EnhancedNavigationScrollBehavesSameAsBrowserOnNavigation(bool enable } [Theory] - [InlineData(false, false, false)] // https://github.com/dotnet/aspnetcore/issues/60875 + // [InlineData(false, false, false)] // https://github.com/dotnet/aspnetcore/issues/60875 [InlineData(false, true, false)] - [InlineData(true, true, false)] // https://github.com/dotnet/aspnetcore/issues/60875 - [InlineData(true, false, false)] + [InlineData(true, true, false)] + // [InlineData(true, false, false)] // https://github.com/dotnet/aspnetcore/issues/60875 // [InlineData(false, false, true)] programmatic navigation doesn't work without enhanced navigation [InlineData(false, true, true)] [InlineData(true, true, true)]