-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Testing] Ignore failure HybridWebViewFeatureTests on Mac #32703
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
Conversation
|
Hey there @@TamilarasanSF4853! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
|
/rebase |
c28714a to
b8ed047
Compare
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
This PR addresses test failures in the main and inflight/candidate branches and includes updates to improve rendering and test stability across platforms.
VerifyHybridWebViewWithShadow, VerifyHybridWebView_EvaluateJavaScriptWithDifferentHybridRoot, VerifyHybridWebView_SendMessageToJavaScript, VerifyHybridWebView_EvaluateJavaScriptWithDifferentDefaultFile - Added the failing condition in the tests for mac due to HybridRoot not properly set.
These tests started failing in CI after the changes in this PR - #32229. After that PR was merged into main, all PRs have been failing continuously. The tests pass locally but fail only in CI. For now, the failing tests have been restricted to the macOS platform.
Fixes #32721
Test cases: