Skip to content

Commit e1915ef

Browse files
committed
Fixed Test case failure in PR 25642 - snapshots
1 parent 0423cbb commit e1915ef

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed
73.9 KB
Loading
33.9 KB
Loading

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25598.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#if TEST_FAILS_ON_WINDOWS && TEST_FAILS_ON_IOS && TEST_FAILS_ON_CATALYST
2+
// Related issue link https://github.com/dotnet/maui/pull/25642#discussion_r1833637157 - Windows
3+
// The screenshot looks different on iOS depending on using the new or old handler. https://github.com/dotnet/maui/pull/29881#issuecomment-2957208107 - iOS
14
using NUnit.Framework;
25
using UITest.Appium;
36
using UITest.Core;
@@ -26,3 +29,4 @@ public void IndicatorWithTemplateShouldBeVisible()
2629
}
2730
}
2831
}
32+
#endif

0 commit comments

Comments
 (0)