提交 6ea8fb81 authored 作者: Noel Grandin's avatar Noel Grandin

exclude more pagestore mode test

上级 fbea9e93
......@@ -681,6 +681,10 @@ public class TestLob extends TestBase {
if (config.memory || config.mvStore) {
return;
}
// TODO fails in pagestore mode
if (!config.mvStore) {
return;
}
deleteDb("lob");
Connection conn;
Statement stat;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论