Skip to content

Commit 253cbc3

Browse files
committed
Revert "Try to figure out what is writing to the unremovable directory"
This reverts commit 1cde11f.
1 parent 1cde11f commit 253cbc3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

acceptance/internal/prepare_server.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ func StartDefaultServer(t *testing.T) {
3333

3434
// Do not read user's ~/.databrickscfg
3535
homeDir := t.TempDir()
36-
t.Cleanup(func() {
37-
// Log all paths in this directory
38-
filepath.Walk(homeDir, func(path string, info os.FileInfo, err error) error {
39-
t.Logf("Path: %s", path)
40-
return nil
41-
})
42-
os.RemoveAll(homeDir)
43-
})
4436
t.Setenv(env.HomeEnvVar(), homeDir)
4537
}
4638

0 commit comments

Comments
 (0)