-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Fix gRPC interop tests #24824
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
Fix gRPC interop tests #24824
Conversation
@JunTaoLuo Were these tests just broken, or disabled? Are additional changes required for these tests to run again? |
The tests were disabled because they were failing on Helix after an SDK change, #24182. I forgot to ping you on it sorry. |
You need to revert the changes aspnetcore/src/Grpc/test/InteropTests/InteropTests.csproj Lines 7 to 8 in dafe866
|
@@ -4,8 +4,7 @@ | |||
<ContainsFunctionalTestAssets>true</ContainsFunctionalTestAssets> | |||
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> | |||
|
|||
<!-- https://github.com/dotnet/aspnetcore/issues/24182 --> | |||
<BuildHelixPayload>false</BuildHelixPayload> | |||
<BuildHelixPayload>true</BuildHelixPayload> |
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.
You can just remove it, it's default to true.
7870b94
to
25d6851
Compare
Fixes #24182