提交 5407f9ee authored 作者: Thomas Mueller's avatar Thomas Mueller

Disable test for MV_STORE

上级 bf82450e
...@@ -34,6 +34,9 @@ public class TestUpgrade extends TestBase { ...@@ -34,6 +34,9 @@ public class TestUpgrade extends TestBase {
@Override @Override
public void test() throws Exception { public void test() throws Exception {
if (config.mvStore) {
return;
}
if (!Utils.isClassPresent("org.h2.upgrade.v1_1.Driver")) { if (!Utils.isClassPresent("org.h2.upgrade.v1_1.Driver")) {
return; return;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论