From 4bdd72befe2c32b8cef04cf440284641bfb5de3a Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Wed, 18 Nov 2015 10:03:20 -0800 Subject: [PATCH] dont run performance test by default --- src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs b/src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs index 3af1418f04e..33e0f247196 100644 --- a/src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs +++ b/src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs @@ -74,7 +74,9 @@ namespace Grpc.IntegrationTesting serverRunner.StopAsync().Wait(); } - [Test] + // Test attribute commented out to prevent running as part of the default test suite. + //[Test] + //[Category("Performance")] public async Task ClientServerRunner() { var config = new ClientConfig