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

Disable tests that don't apply to the MVStore

上级 5c8d4cd0
......@@ -113,6 +113,9 @@ public class TestLob extends TestBase {
}
private void testCleaningUpLobsOnRollback() throws Exception {
if (config.mvStore) {
return;
}
deleteDb("lob");
Connection conn = getConnection("lob");
Statement stat = conn.createStatement();
......@@ -131,7 +134,6 @@ public class TestLob extends TestBase {
}
private void testReadManyLobs() throws Exception {
//
deleteDb("lob");
Connection conn;
conn = getConnection("lob");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论