Skip to content

Commit 7790148

Browse files
committed
test: Disable test on iOS and Android
1 parent 9dc167b commit 7790148

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_Image.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,8 @@ public async Task When_Transitive_Asset_With_Link_Loaded()
245245

246246
#if HAS_UNO
247247
[TestMethod]
248-
#if __ANDROID__ || __APPLE_UIKIT__
249-
[Ignore("Fails")]
250-
#endif
251248
[RunsOnUIThread]
249+
[PlatformCondition(ConditionMode.Exclude, RuntimeTestPlatforms.IOS | RuntimeTestPlatforms.Android)]
252250
public async Task When_Path_Contains_Space()
253251
{
254252
var img = new Image { Source = "ms-appx:///Assets/image with space in path.png" };

0 commit comments

Comments
 (0)