Skip test on Android
This commit is contained in:
Родитель
71fb1cf199
Коммит
79bc6e151f
|
@ -60,7 +60,11 @@ namespace Microsoft.Maui.DeviceTests
|
|||
});
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[Fact(
|
||||
#if ANDROID
|
||||
Skip = "Fails on Android"
|
||||
#endif
|
||||
)]
|
||||
public async Task TestContentHorizontalOptionsChanged()
|
||||
{
|
||||
var label = new Label
|
||||
|
|
Загрузка…
Ссылка в новой задаче