Skip to content

Commit 634fa8e

Browse files
committed
Disable failing test cases
1 parent eabd0f3 commit 634fa8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Components/test/E2ETest/ServerRenderingTests/EnhancedNavigationTest.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -669,10 +669,10 @@ public void CanUpdateHrefOnLinkTagWithIntegrity()
669669
[InlineData(false, true, false)]
670670
[InlineData(true, true, false)]
671671
[InlineData(true, false, false)]
672-
[InlineData(false, false, true)]
672+
// [InlineData(false, false, true)] programmatic navigation doesn't work without enhanced navigation
673673
[InlineData(false, true, true)]
674674
[InlineData(true, true, true)]
675-
[InlineData(true, false, true)]
675+
// [InlineData(true, false, true)] programmatic navigation doesn't work without enhanced navigation
676676
public void EnhancedNavigationScrollBehavesSameAsBrowserOnNavigation(bool enableStreaming, bool useEnhancedNavigation, bool programmaticNavigation)
677677
{
678678
// This test checks if the navigation to another path moves the scroll to the top of the page,
@@ -724,10 +724,10 @@ public void EnhancedNavigationScrollBehavesSameAsBrowserOnNavigation(bool enable
724724
[InlineData(false, true, false)]
725725
[InlineData(true, true, false)]
726726
[InlineData(true, false, false)]
727-
[InlineData(false, false, true)]
727+
// [InlineData(false, false, true)] programmatic navigation doesn't work without enhanced navigation
728728
[InlineData(false, true, true)]
729729
[InlineData(true, true, true)]
730-
[InlineData(true, false, true)]
730+
// [InlineData(true, false, true)] programmatic navigation doesn't work without enhanced navigation
731731
public void EnhancedNavigationScrollBehavesSameAsBrowserOnBackwardsForwardsAction(bool enableStreaming, bool useEnhancedNavigation, bool programmaticNavigation)
732732
{
733733
// This test checks if the scroll position is preserved after backwards/forwards action

0 commit comments

Comments
 (0)