mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Don't cleanup temp between runs to prevent reused directory names
This commit is contained in:
@@ -25,7 +25,6 @@ describe('FileSystemManager', function () {
|
||||
subs.dispose()
|
||||
|
||||
await stopAllWatchers(manager)
|
||||
await temp.cleanup()
|
||||
})
|
||||
|
||||
function waitForEvent (fn) {
|
||||
|
||||
Reference in New Issue
Block a user