mirror of https://github.com/grpc/grpc-java.git
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:
parent
ac52e27b2a
commit
330f45a2cd
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue