Skip to content
Snippets Groups Projects
Commit 4bdd72be authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

dont run performance test by default

parent 95d80c53
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,9 @@ namespace Grpc.IntegrationTesting ...@@ -74,7 +74,9 @@ namespace Grpc.IntegrationTesting
serverRunner.StopAsync().Wait(); 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() public async Task ClientServerRunner()
{ {
var config = new ClientConfig var config = new ClientConfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment