Skip to content

Commit bfc117e

Browse files
Merge pull request #22666 from unoplatform/dev/mazi/waiting-for-another
fix: Exclude `When_Waiting_For_Another_Thread` on Android
2 parents 0981987 + ecd9fb2 commit bfc117e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_SKCanvasElement.skia.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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())

0 commit comments

Comments
 (0)