fs: only test one level of cache
Can't test multiple caches at once as can only have 1 DB open at once
This commit is contained in:
+2
-2
@@ -125,8 +125,8 @@ var (
|
||||
},
|
||||
{
|
||||
Name: "TestCache:",
|
||||
SubDir: true,
|
||||
FastList: true,
|
||||
SubDir: false,
|
||||
FastList: false,
|
||||
},
|
||||
}
|
||||
binary = "fs.test"
|
||||
|
||||
Reference in New Issue
Block a user