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

muted unstable test for Travis

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