We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572deaa commit 4150b6eCopy full SHA for 4150b6e
1 file changed
client/src/test/java/io/appulse/epmd/java/client/util/LocalEpmdHelper.java
@@ -80,10 +80,10 @@ public static void kill () {
80
process.destroy();
81
throw new RuntimeException("Killing local EPMD is too long, pid: " + pids);
82
}
83
- if (process.exitValue() != 0) {
84
- process.destroy();
85
- throw new RuntimeException("Couldn't kill local EPMD with PID " + pids);
86
- }
+ // if (process.exitValue() != 0) {
+ // process.destroy();
+ // throw new RuntimeException("Couldn't kill local EPMD with PID " + pids);
+ // }
87
88
89
@SneakyThrows
0 commit comments