-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Disable TitleViewSetOnShellWorksAfterNavigation on Device Tests #25125
Merged
rmarinho
merged 1 commit into
net9.0
from
disable_TitleViewSetOnShellWorksAfterNavigation
Oct 8, 2024
Merged
Disable TitleViewSetOnShellWorksAfterNavigation on Device Tests #25125
rmarinho
merged 1 commit into
net9.0
from
disable_TitleViewSetOnShellWorksAfterNavigation
Oct 8, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
rmarinho
approved these changes
Oct 8, 2024
samhouts
added
the
fixed-in-net9.0-nightly
This may be available in a nightly release!
label
Oct 14, 2024
rmarinho
pushed a commit
that referenced
this pull request
Oct 16, 2024
rmarinho
pushed a commit
that referenced
this pull request
Oct 16, 2024
/backport to release/9.0.1xx |
Started backporting to release/9.0.1xx: https://github.com/dotnet/maui/actions/runs/11426884018 |
PureWeen
added a commit
that referenced
this pull request
Nov 4, 2024
rmarinho
pushed a commit
that referenced
this pull request
Nov 4, 2024
* Increment build targets to iOS 18 * - increment xcode * - additional bumps * Update Versions.props * Update NuGet.config * Update EmbeddedFontLoader.iOS.cs * - CA1422 * [housekeeping] Update & Consolidate Appium + driver versions (#24817) * Update appium + driver versions Updating to latest * Move appium versions to eng/Versions.props * Fix ps1 get-location * Check if appium is completely missing too No need to attempt to uninstall appium if it's not installed * - bump versions * - fix script --------- Co-authored-by: Shane Neuville <shneuvil@microsoft.com> * Update dependencies from https://github.com/dotnet/xharness build 20241009.1 Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 10.0.0-prerelease.24501.1 -> To Version 10.0.0-prerelease.24509.1 # Conflicts: # eng/Version.Details.xml * Update dotnet-tools.json * Update Versions.props * Update Version.Details.xml * - fix logs * Update UITest.cs * Bump ASPNet Versions # Conflicts: # eng/Versions.props # Conflicts: # eng/Versions.props * Update dependencies from https://github.com/dotnet/xharness build 20241024.9 (#25553) Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 10.0.0-prerelease.24514.1 -> To Version 10.0.0-prerelease.24524.9 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> # Conflicts: # .config/dotnet-tools.json # eng/Version.Details.xml # eng/Versions.props * - update pools * - update versions * - update feed * - fix package source * - images fixes * [release/9.0.1xx] [net9.0] Run device tests arm (#25375) * Run on arm the device tests * no brew * install api35 * add log installdefault api * use iOS pool * Maybe try skip this on handlers main build * Add new pool name --------- Co-authored-by: Rui Marinho <me@ruimarinho.net> # Conflicts: # eng/pipelines/common/device-tests-steps.yml # eng/pipelines/common/provision.yml # eng/pipelines/device-tests.yml # eng/pipelines/handlers.yml * - add parameters * Update provisioning.csx * Update provisioning.csx * - update iOS images * Move TitleViewSetOnShellWorksAfterNavigation to Appium (#25094) * Move TitleViewSetOnShellWorksAfterNavigation to Appium * - give width to editor so that it's visible * Disable TitleViewSetOnShellWorksAfterNavigation (#25125) --------- Co-authored-by: Jonathan Dick <jodick@microsoft.com> Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
samhouts
added
fixed-in-9.0.10
and removed
fixed-in-net9.0-nightly
This may be available in a nightly release!
labels
Dec 16, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Change
We're running into a couple of issues right now with the iOS controls device tests running abnormally slow.
The
TitleViewSetOnShellWorksAfterNavigation
test is failing occasionally which is just compounding the problem. We have a PR here to move the test to Appium that we will resolve before NET9 GA.It seems like this is a legitimate failure we'll need to address