Skip to content

Commit 173e96a

Browse files
committed
chore: Disable Knob_Translation in CI for Android
1 parent 51255a3 commit 173e96a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ namespace Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Controls;
1010
public class Given_ToggleSwitch
1111
{
1212
[TestMethod]
13+
#if __ANDROID__
14+
[Ignore("Failing in CI")]
15+
#endif
1316
public async Task Knob_Translation()
1417
{
1518
var toggleSwitch = new ToggleSwitch() { IsOn = true };

0 commit comments

Comments
 (0)