From 92de2f34dcbd7efa6f5b74175112d2933253b8b1 Mon Sep 17 00:00:00 2001 From: vinodhabib <47808007+vinodhabib@users.noreply.github.com> Date: Sat, 23 Nov 2024 00:50:25 +0530 Subject: [PATCH] testing: enabled smallLatency test (#11671) --- .../src/test/java/io/grpc/testing/integration/ProxyTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/interop-testing/src/test/java/io/grpc/testing/integration/ProxyTest.java b/interop-testing/src/test/java/io/grpc/testing/integration/ProxyTest.java index f550d657a12..725e98d0fe3 100644 --- a/interop-testing/src/test/java/io/grpc/testing/integration/ProxyTest.java +++ b/interop-testing/src/test/java/io/grpc/testing/integration/ProxyTest.java @@ -62,7 +62,6 @@ public void shutdownTest() throws IOException { } @Test - @org.junit.Ignore // flaky. latency commonly too high public void smallLatency() throws Exception { server = new Server(); int serverPort = server.init();