maui
maui copied to clipboard
[Testing] More ignore attributes for UITests
Description of Change
Added more ignore attributes to quickly detect UITests already failing with Xamarin.UITest. This PR adds changes to use the new attributes in those tests ported from Xamarin.UITests that were already failing.
Example:
[Test]
[FailsOnIOSWhenRunningOnXamarinUITest]
public void Test()
{
}
/rebase
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
/rebase
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
- failing test templates not related