提交 3b157397 authored 作者: Andrei Tokar's avatar Andrei Tokar

disable test for remote connections

上级 257d1cca
......@@ -23,6 +23,14 @@ public class TestAnalyzeTableTx extends TestDb {
TestBase.createCaller().init().test();
}
@Override
public boolean isEnabled() {
if (config.networked && config.big) {
return false;
}
return true;
}
@Override
public void test() throws Exception {
deleteDb(getTestName());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论