提交 d8be7087 authored 作者: Thomas Mueller's avatar Thomas Mueller

Disable test for in-memory databases

上级 320543a6
......@@ -50,6 +50,9 @@ public class TestSpatial extends TestBase {
if (!config.mvStore && config.mvcc) {
return;
}
if (config.memory) {
return;
}
if (DataType.GEOMETRY_CLASS != null) {
deleteDb("spatial");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论