-
Notifications
You must be signed in to change notification settings - Fork 517
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
[Tests] Update xamarin domain to make tests not fail. #11408
Conversation
A wrong implementation of a redirect was added and returns a 403 and not a 302 resulting in an error. Update to the final destination of the redirect and be happy. fixes xamarin/maccore#2432
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diff✅ API Diff (from PR only) (no change) Test results17 tests failed, 87 tests passed.Failed tests
Pipeline on Agent XAMBOT-1098.BigSur |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diff✅ API Diff (from PR only) (no change) Test results1 tests failed, 103 tests passed.Failed tests
Pipeline on Agent XAMBOT-1104.BigSur' |
Unrelated issue files in https://github.com/xamarin/maccore/issues/2434 |
/sudo backport d16-9 |
/sudo backport d16-10 |
/sudo backport xcode12.5 |
Backport Job to branch d16-9 Created! The magic is happening here |
/sudo backport release/6.0.1xx-preview4 |
Backport Job to branch d16-10 Created! The magic is happening here |
Backport Job to branch xcode12.5 Created! The magic is happening here |
Backport Job to branch release/6.0.1xx-preview4 Created! The magic is happening here |
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=4716616 for more details. |
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=4716614 for more details. |
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=4716617 for more details. |
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=4716618 for more details. |
A wrong implementation of a redirect was added and returns a 403 and not
a 302 resulting in an error. Update to the final destination of the
redirect and be happy.
fixes https://github.com/xamarin/maccore/issues/2432