dont run performance test by default

pull/4146/head
Jan Tattermusch 9 years ago
parent 95d80c538f
commit 4bdd72befe
  1. 4
      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

Loading…
Cancel
Save