From 21965631f54692c38e5765f5d50efc3098a3ef65 Mon Sep 17 00:00:00 2001 From: Vikas Choudhary Date: Sat, 25 May 2024 10:05:34 +0530 Subject: [PATCH] size Signed-off-by: Vikas Choudhary --- test/integration/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/BUILD b/test/integration/BUILD index 52c04e8c4b01..78d01575bb7c 100644 --- a/test/integration/BUILD +++ b/test/integration/BUILD @@ -1811,7 +1811,7 @@ envoy_cc_test( envoy_cc_test( name = "tcp_tunneling_integration_test", - size = "large", + size = "small", srcs = [ "tcp_tunneling_integration_test.cc", ],