aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-11-18 10:03:20 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-11-18 10:03:20 -0800
commit4bdd72befe2c32b8cef04cf440284641bfb5de3a (patch)
treeedcac094ca6242b4068040d411ed4b8a386e5f64
parent95d80c538fd2edfe85bb4e024e51e5456c633e6e (diff)
dont run performance test by default
-rw-r--r--src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs b/src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs
index 3af1418f04..33e0f24719 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