From 84d5c5786e504e969c24032b2f35f8e7976c3468 Mon Sep 17 00:00:00 2001 From: Matt Klein Date: Tue, 4 Aug 2020 19:33:00 -0700 Subject: [PATCH] test: shard hds_integration_test (#12482) This should avoid TSAN timeout flakes. Signed-off-by: Matt Klein Signed-off-by: Antonio Vicente --- test/integration/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/BUILD b/test/integration/BUILD index 52954a7f6388..446ae97d6d97 100644 --- a/test/integration/BUILD +++ b/test/integration/BUILD @@ -781,6 +781,7 @@ envoy_cc_test( envoy_cc_test( name = "hds_integration_test", srcs = ["hds_integration_test.cc"], + shard_count = 2, tags = ["fails_on_windows"], deps = [ ":http_integration_lib",