[UITest] Only run 41415 test on Android
This commit is contained in:
Родитель
7851541ab6
Коммит
546fd2d9b0
|
@ -92,7 +92,7 @@ namespace Xamarin.Forms.Controls.Issues
|
||||||
Content = new StackLayout { Children = { button, labelx, labely, labelz, labela, scrollView } };
|
Content = new StackLayout { Children = { button, labelx, labely, labelz, labela, scrollView } };
|
||||||
}
|
}
|
||||||
|
|
||||||
#if UITEST
|
#if UITEST && __ANDROID__
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void Bugzilla41415Test()
|
public void Bugzilla41415Test()
|
||||||
|
|
Загрузка…
Ссылка в новой задаче