aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-12-11 15:27:58 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-12-14 15:33:46 -0800
commit3ac274f128cfc28a5d9c8e1c51d67fc0e535b92c (patch)
tree59874c05494ef2ba93030a2966e4b5dda3471b2f /src/csharp/Grpc.IntegrationTesting
parent03c010611bbef48461e4994c509f6887a7b63d00 (diff)
start using Ignore attribute for performance tests
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting')
-rw-r--r--src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs b/src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs
index 2b51526c88..3dd91b7948 100644
--- a/src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs
+++ b/src/csharp/Grpc.IntegrationTesting/RunnerClientServerTest.cs
@@ -75,9 +75,10 @@ namespace Grpc.IntegrationTesting
serverRunner.StopAsync().Wait();
}
- // Test attribute commented out to prevent running as part of the default test suite.
- //[Test]
- //[Category("Performance")]
+
+ [Test]
+ [Category("Performance")]
+ [Ignore("Prevent running on Jenkins")]
public async Task ClientServerRunner()
{
var config = new ClientConfig