Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests] Import regression test for bug 29730 (#3748)
Context: https://dev.azure.com/devdiv/DevDiv/_build/results?buildId=3107238&view=ms.vss-test-web.test-result-details Context: https://bugzilla.xamarin.com/show_bug.cgi?id=29730 This test has been failing with some frequency since it was imported in the new Integrated Regression test Azure Pipeline jobs. After some investigation, it appears that the failure is due to test environment limitations. Some of the Android devices attached to the machine pools being used for this test job have a lock screen enabled, and in some cases this is preventing ViewTreeObserver events from executing. Fixes the intermittent failure by moving this test into the MSBuildDeviceIntegration suite which runs on an x86 emulator in CI. This emulator is never locked and should always display activites for applications we're installing and launching.
- Loading branch information