提交 4f0d619b authored 作者: Noel Grandin's avatar Noel Grandin

disable this test when running on Jenkins

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