maui icon indicating copy to clipboard operation
maui copied to clipboard

[Testing] More ignore attributes for UITests

Open jsuarezruiz opened this issue 1 year ago • 6 comments

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()
{

}

jsuarezruiz avatar Oct 17 '24 10:10 jsuarezruiz

/rebase

PureWeen avatar Oct 20 '24 15:10 PureWeen

/azp run

PureWeen avatar Oct 22 '24 15:10 PureWeen

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Oct 22 '24 15:10 azure-pipelines[bot]

/rebase

PureWeen avatar Oct 22 '24 21:10 PureWeen

/azp run

jsuarezruiz avatar Oct 23 '24 09:10 jsuarezruiz

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Oct 23 '24 09:10 azure-pipelines[bot]

  • failing test templates not related

PureWeen avatar Oct 23 '24 15:10 PureWeen