-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
System.Net.Security.Tests.NegotiateAuthenticationKerberosTest asserts on Android #74708
Comments
Tagging subscribers to this area: @dotnet/ncl, @vcsjones Issue DetailsTests affected:
Failure frequency - results with "Test Results" link in last 30 days - as of 8/27:
cc @filipnavara Likely related to #73343 and #74224
|
This is same as #74224. As stated in #74225 (comment) the code is guarded not to execute on Android. We need to figure out what the h*ck is this pipeline and why that check doesn't correctly trigger. |
@akoeplinger Got any idea what run is that and why would |
Hmm, apparently the Linux Bionic pipeline is something weird that I didn't know...and it's not Android. I can add extra check much like https://github.com/dotnet/runtime/pull/72256/files did. |
Thanks for figuring it out @filipnavara! |
Reopening for backport to 7.0 -- it was hit there as well in #75008 |
7.0 is fixed by #75047 |
Tests affected:
System.Net.Security.Tests.NegotiateAuthenticationKerberosTest.Loopback_Success
System.Net.Security.Tests.NegotiateAuthenticationKerberosTest.Invalid_Token
Failure frequency - results with "Test Results" link in last 30 days - as of 8/27:
System.Net.Security.Tests.NegotiateAuthenticationKerberosTest.Loopback_Success
System.Net.Security.Tests.NegotiateAuthenticationKerberosTest.Invalid_Token
cc @filipnavara
Likely related to #73343 and #74224
Report
Summary
The text was updated successfully, but these errors were encountered: