You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the context structs used in tests impl Drop to clean up their folders
However, the directories used in the contexts are from the tempdir crate, so they clean themselves up on their own.
This may need to be looked into...