There was an error while loading. Please reload this page.
1 parent 331dd0b commit c69999eCopy full SHA for c69999e
1 file changed
test/support/app_helpers.ex
@@ -75,7 +75,6 @@ defmodule Livebook.AppHelpers do
75
on_exit(fn ->
76
if Process.alive?(pid) do
77
Livebook.App.close(pid)
78
- Process.exit(pid, :kill)
79
end
80
end)
81
0 commit comments