File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ public async Task When_Clipped_Inside_ScrollViewer()
4646
4747 [ TestMethod ]
4848 [ GitHubWorkItem ( "https://github.com/unoplatform/brain-products-private/issues/14" ) ]
49+ [ PlatformCondition ( ConditionMode . Exclude , RuntimeTestPlatforms . Android ) ] // https://github.com/unoplatform/uno/issues/22665
4950 public async Task When_Waiting_For_Another_Thread ( )
5051 {
5152 if ( OperatingSystem . IsBrowser ( ) )
@@ -60,6 +61,7 @@ public async Task When_Waiting_For_Another_Thread()
6061
6162 [ TestMethod ]
6263 [ GitHubWorkItem ( "https://github.com/unoplatform/brain-products-private/issues/14" ) ]
64+ [ PlatformCondition ( ConditionMode . Exclude , RuntimeTestPlatforms . Android ) ] // https://github.com/unoplatform/uno/issues/22665
6365 public async Task When_Waiting_For_Another_Thread2 ( )
6466 {
6567 if ( OperatingSystem . IsBrowser ( ) )
You can’t perform that action at this time.
0 commit comments