Commit 48fd9e46 by Yizhi Liu Committed by Tianqi Chen

[tvm4j] disable proxy test for now (#307)

parent 47eb85de
...@@ -20,6 +20,7 @@ package ml.dmlc.tvm.rpc; ...@@ -20,6 +20,7 @@ package ml.dmlc.tvm.rpc;
import ml.dmlc.tvm.Function; import ml.dmlc.tvm.Function;
import ml.dmlc.tvm.Module; import ml.dmlc.tvm.Module;
import ml.dmlc.tvm.TVMValue; import ml.dmlc.tvm.TVMValue;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import java.io.IOException; import java.io.IOException;
...@@ -96,6 +97,9 @@ public class RPCTest { ...@@ -96,6 +97,9 @@ public class RPCTest {
} }
} }
@Ignore("Proxy server may not have been ready when this test runs,"
+ " will add retry when callback function can deal with Java exception."
+ " After that we'll enable this test.")
@Test @Test
public void test_connect_proxy_server() { public void test_connect_proxy_server() {
String proxyHost = System.getProperty("test.rpc.proxy.host"); String proxyHost = System.getProperty("test.rpc.proxy.host");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment