interop-testing: Disable flaky ProxyTest.smallLatency

Fixing the flakiness is tracked in #2951. The current flakiness is ~3/8
fail.
This commit is contained in:
Eric Anderson 2018-12-14 15:24:14 -08:00
parent ac52e27b2a
commit 330f45a2cd
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ public class ProxyTest {
}
@Test
@org.junit.Ignore // flaky. latency commonly too high
public void smallLatency() throws Exception {
server = new Server();
int serverPort = server.init();