Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/Grpc
diff options
context:
space:
mode:
authorJohn Luo <johluo@microsoft.com>2020-11-03 10:00:36 +0300
committerJohn Luo <johluo@microsoft.com>2020-11-03 10:00:36 +0300
commit1326692ac10bb692579726e5d6b6f618ccb335c2 (patch)
tree3bc24a7b7e8668ee76a1b50aed6291fb52bd5153 /src/Grpc
parentb1dcacabec1aeacef72c9aa2909f1cb49993fa73 (diff)
Re-enable gRPC interop tests for macOS and Linux
Diffstat (limited to 'src/Grpc')
-rw-r--r--src/Grpc/test/InteropTests/InteropTests.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Grpc/test/InteropTests/InteropTests.csproj b/src/Grpc/test/InteropTests/InteropTests.csproj
index 335944a448..67861dce40 100644
--- a/src/Grpc/test/InteropTests/InteropTests.csproj
+++ b/src/Grpc/test/InteropTests/InteropTests.csproj
@@ -4,7 +4,6 @@
<ContainsFunctionalTestAssets>true</ContainsFunctionalTestAssets>
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
<TestDependsOnAspNetRuntime>true</TestDependsOnAspNetRuntime>
- <IsWindowsOnlyTest>true</IsWindowsOnlyTest>
</PropertyGroup>
<ItemGroup>