Uh oh!
There was an error while loading. Please reload this page.
[release/7.0] disable NTLM tests on RedHat.7 - #83602
Conversation
ghost
commented
Mar 17, 2023
Tagging subscribers to this area: @dotnet/ncl Issue DetailsBackport of #83559 to release/7.0 /cc @wfurt Customer ImpactTestingRiskIMPORTANT: Is this backport for a servicing release? If so and this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.
|
| [ConditionalFact(nameof(IsNtlmUnavailable))] | ||
| public void Package_Unsupported_NTLM() | ||
| { | ||
| if (PlatformDetection.IsRedHatFamily7) |
There was a problem hiding this comment.
Isn't it possible to add conditions to the KnownIssue attribute?
There was a problem hiding this comment.
There's another attribute to skip tests in certain platforms or architectures. Anyway, not blocking.
carlossanlop
commented
Mar 28, 2023
I'm retargeting this PR to the new Repo maintainers will now be allowed to merge their own servicing PR as long as it meets the requirements:
The new process is described here: runtime/docs/project/library-servicing.md. The infra team will be actively monitoring servicing PRs to ensure all requirements are met and to help with any issues. Let me know if you have any questions. |
carlossanlop
left a comment
There was a problem hiding this comment.
Test-only change. Approving.
Backport of #83559 to release/7.0
test only change to stabilize CI
Customer Impact
Testing
Risk
IMPORTANT: Is this backport for a servicing release? If so and this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.