From 7d382ba5fec2539821047e81b4f9a8ce20af0331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9C=8D=E6=99=93=E6=A0=8B?= Date: Fri, 7 Oct 2016 16:34:22 +0800 Subject: [PATCH] comment UT case --- weed/storage/volume_vacuum_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/weed/storage/volume_vacuum_test.go b/weed/storage/volume_vacuum_test.go index 02d1a2b56..8ab59404d 100644 --- a/weed/storage/volume_vacuum_test.go +++ b/weed/storage/volume_vacuum_test.go @@ -34,6 +34,7 @@ preparing test prerequisite easier ) 9. Now you should get updated file A,B,C */ +/* func TestMakeDiff(t *testing.T) { v := new(Volume) @@ -51,3 +52,4 @@ func TestMakeDiff(t *testing.T) { t.Log("makeupDiff Succeeded") } } +*/