From e1a764155fc6cd00a4fa11a3f2ebb8a8153398db Mon Sep 17 00:00:00 2001 From: Lizan Zhou Date: Wed, 8 Jul 2020 07:54:24 -0700 Subject: [PATCH] test: shard http2_integration_test (#11939) This should mitigate TSAN timeout. Signed-off-by: Lizan Zhou Signed-off-by: scheler --- test/integration/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/BUILD b/test/integration/BUILD index a4ef52e1ceb6..7e05463e2354 100644 --- a/test/integration/BUILD +++ b/test/integration/BUILD @@ -327,6 +327,7 @@ envoy_cc_test( "http2_integration_test.cc", "http2_integration_test.h", ], + shard_count = 4, tags = ["fails_on_windows"], deps = [ ":http_integration_lib",