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:
parent
934df67aef
commit
fa4a25a73b
1 changed files with 2 additions and 2 deletions
|
@ -125,8 +125,8 @@ var (
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "TestCache:",
|
Name: "TestCache:",
|
||||||
SubDir: true,
|
SubDir: false,
|
||||||
FastList: true,
|
FastList: false,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
binary = "fs.test"
|
binary = "fs.test"
|
||||||
|
|
Loading…
Add table
Reference in a new issue