提交 605f3973 authored 作者: andrei's avatar andrei

muted unstable test for Travis

上级 7dd4829b
...@@ -86,8 +86,10 @@ public class TestMVTableEngine extends TestBase { ...@@ -86,8 +86,10 @@ public class TestMVTableEngine extends TestBase {
testDataTypes(); testDataTypes();
testLocking(); testLocking();
testSimple(); testSimple();
if (!config.travis) {
testReverseDeletePerformance(); testReverseDeletePerformance();
} }
}
private void testLobCopy() throws Exception { private void testLobCopy() throws Exception {
deleteDb(getTestName()); deleteDb(getTestName());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论