avoid flake in C# Grpc.Tools tests by running tests sequentially (#30691)

pull/30693/head
Jan Tattermusch 3 years ago committed by GitHub
parent f38e6ad561
commit 686345acb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/windows/grpc_basictests_csharp.cfg

@ -26,5 +26,5 @@ action {
env_vars {
key: "RUN_TESTS_FLAGS"
value: "-f basictests windows csharp -j 1 --inner_jobs 8 --internal_ci --bq_result_table aggregate_results"
value: "-f basictests windows csharp -j 1 --inner_jobs 1 --internal_ci --bq_result_table aggregate_results"
}

Loading…
Cancel
Save