mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 20:14:57 +08:00
Enable ETS persistence on tests
This commit is contained in:
parent
86244ce1b3
commit
600c658eed
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue