Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
287 changes: 0 additions & 287 deletions src/Controls/tests/TestCases.HostApp/Issues/Issue34671.cs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#if TEST_FAILS_ON_WINDOWS // Issue link: https://github.com/dotnet/maui/issues/34671
using System.Globalization;
using NUnit.Framework;
using UITest.Appium;
Expand Down Expand Up @@ -41,4 +40,3 @@ public void ScrollPositionIsPreservedWhenOrientationChangesToNeither()
Assert.That(scrollY, Is.GreaterThan(0d), "ScrollY should remain non-zero after setting orientation to Neither.");
}
}
#endif

This file was deleted.

Loading