diff --git a/lib/wallaby/session_store.ex b/lib/wallaby/session_store.ex index f666b3fc..4fea1683 100644 --- a/lib/wallaby/session_store.ex +++ b/lib/wallaby/session_store.ex @@ -33,7 +33,6 @@ defmodule Wallaby.SessionStore do if(name == :session_store, do: [:named_table], else: []) ++ [:set, :public, read_concurrency: true] - Process.flag(:trap_exit, true) tid = :ets.new(name, opts) Application.ensure_all_started(:ex_unit)