Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Testing] More ignore attributes for UITests #25345

Merged
merged 4 commits into from
Oct 23, 2024

Conversation

jsuarezruiz
Copy link
Contributor

@jsuarezruiz jsuarezruiz commented Oct 17, 2024

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 jsuarezruiz requested a review from a team as a code owner October 17, 2024 10:44
@jsuarezruiz jsuarezruiz requested review from rmarinho, tj-devel709 and PureWeen and removed request for tj-devel709 October 17, 2024 10:44
@PureWeen
Copy link
Member

/rebase

PureWeen
PureWeen previously approved these changes Oct 20, 2024
@github-actions github-actions bot force-pushed the uitest-more-ignore-attributes branch from 7633337 to 2360429 Compare October 20, 2024 15:22
@PureWeen
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@PureWeen
Copy link
Member

/rebase

@jsuarezruiz
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@PureWeen
Copy link
Member

  • failing test templates not related

@PureWeen PureWeen merged commit 4c75db4 into main Oct 23, 2024
105 of 107 checks passed
@PureWeen PureWeen deleted the uitest-more-ignore-attributes branch October 23, 2024 15:20
@github-actions github-actions bot locked and limited conversation to collaborators Nov 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants