- test to check failure results on CI
This commit is contained in:
Silviu Obreja 2023-08-25 15:18:55 -04:00
Родитель f27d70315e
Коммит b6ac30ec50
2 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -117,7 +117,7 @@ namespace SamplesApp.UITests.Windows_UI_Xaml_Controls.ComboBoxTests
[Test]
[AutoRetry]
[ActivePlatforms(Platform.Android, Platform.Browser)] // Ignore iOS for timeout using Xamarin.UITest 3.2 (or iOS 15) https://github.com/unoplatform/uno/issues/8013
//[ActivePlatforms(Platform.Android, Platform.Browser)] // Ignore iOS for timeout using Xamarin.UITest 3.2 (or iOS 15) https://github.com/unoplatform/uno/issues/8013
public void ComboBoxTests_Fullscreen_Popup_Generic()
{
Run("SamplesApp.Wasm.Windows_UI_Xaml_Controls.ComboBox.ComboBox_FullScreen_Popup");

Просмотреть файл

@ -189,9 +189,9 @@ namespace Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Controls
Assert.AreEqual(0, textBox.SelectionLength);
}
#if __IOS__
[Ignore("Disabled as not working properly. See https://github.com/unoplatform/uno/issues/8016")]
#endif
//#if __IOS__
// [Ignore("Disabled as not working properly. See https://github.com/unoplatform/uno/issues/8016")]
//#endif
[TestMethod]
#if __MACOS__
[Ignore("Currently fails on macOS, part of #9282 epic")]
@ -230,9 +230,9 @@ namespace Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Controls
Assert.AreEqual(3, textBox.SelectionStart);
}
#if __IOS__
[Ignore("Disabled as not working properly. See https://github.com/unoplatform/uno/issues/8016")]
#endif
//#if __IOS__
// [Ignore("Disabled as not working properly. See https://github.com/unoplatform/uno/issues/8016")]
//#endif
[TestMethod]
#if __MACOS__
[Ignore("Currently fails on macOS, part of #9282 epic")]