Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,9 @@ private void assertNoZombies() throws InterruptedException, IOException {
String exitString;
String zombieString;
switch (platform) {
case ON_CONTROLLER:
case NATIVE:
return; // cannot control the CI environment
case SLIM:
// Debian slim does not have ps
case NO_INIT:
Expand Down