Add shard_count to ssl_transport_security_test to reduce flakiness. (#36599)

The flakiness of this test increased after #36574.

Closes #36599

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36599 from matthewstevenson88:ssl-shard-count 60593087a2
PiperOrigin-RevId: 633381138
pull/36607/head
Matthew Stevenson 7 months ago committed by Copybara-Service
parent 2fb9e99f47
commit 4b04cc5b13
  1. 1
      test/core/tsi/BUILD

@ -115,6 +115,7 @@ grpc_cc_test(
"gtest",
],
language = "C++",
shard_count = 5,
tags = ["no_windows"],
deps = [
":transport_security_test_lib",

Loading…
Cancel
Save