Skip to content

Commit dafe866

Browse files
author
John Luo
committed
Disable gRPCinterop tests
1 parent 47be66b commit dafe866

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Grpc/test/InteropTests/InteropTests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<PropertyGroup>
44
<ContainsFunctionalTestAssets>true</ContainsFunctionalTestAssets>
55
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
6+
7+
<!-- https://github.com/dotnet/aspnetcore/issues/24182 -->
8+
<BuildHelixPayload>false</BuildHelixPayload>
69
</PropertyGroup>
710

811
<ItemGroup>

src/Grpc/test/testassets/InteropWebsite/InteropWebsite.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<Protobuf Include="..\Proto\grpc\testing\messages.proto" GrpcServices="None" Link="Protos\messages.proto" />
1515

1616
<Reference Include="Grpc.AspNetCore" />
17-
<Reference Include="Microsoft.Extensions.Logging.Console" />
1817
</ItemGroup>
1918

2019
</Project>

0 commit comments

Comments
 (0)