From fa4a25a73bf2856aca0845f78e806c8fbdcd02dc Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 4 Dec 2017 15:50:59 +0000 Subject: [PATCH] fs: only test one level of cache Can't test multiple caches at once as can only have 1 DB open at once --- fs/test_all.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/test_all.go b/fs/test_all.go index 8e8109cf1..eff83b6a3 100644 --- a/fs/test_all.go +++ b/fs/test_all.go @@ -125,8 +125,8 @@ var ( }, { Name: "TestCache:", - SubDir: true, - FastList: true, + SubDir: false, + FastList: false, }, } binary = "fs.test"