diff --git a/test/test_helper.exs b/test/test_helper.exs index 2d521dd52..9ba8a0be9 100644 --- a/test/test_helper.exs +++ b/test/test_helper.exs @@ -38,9 +38,6 @@ Application.put_env(:livebook, Livebook.Runtime.Embedded, load_packages: {Livebook.Runtime.Embedded.Packages, :list, []} ) -# Disable ETS disk persistence -Application.put_env(:livebook, :persist_storage, false) - # Disable autosaving Livebook.Storage.insert(:settings, "global", autosave_path: nil)