Enable ETS persistence on tests

This commit is contained in:
Alexandre de Souza 2025-07-23 18:47:31 -03:00
parent 86244ce1b3
commit 600c658eed
No known key found for this signature in database
GPG key ID: 29C8CC410E3F1BD0

View file

@ -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)