提交 723cd75d authored 作者: Noel Grandin's avatar Noel Grandin

disable this test when running on Jenkins

上级 90b7019c
...@@ -39,6 +39,11 @@ public class TestKillRestartMulti extends TestBase { ...@@ -39,6 +39,11 @@ public class TestKillRestartMulti extends TestBase {
if (config.networked) { if (config.networked) {
return; return;
} }
if (config.fast) {
// using fast as a proxy for "running on Jenkins CI" where this test gets stuck waiting
// the sub-process after killing it
return;
}
if (getBaseDir().indexOf(':') > 0) { if (getBaseDir().indexOf(':') > 0) {
return; return;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论