From bbb6051cdc12b44bcb506cf52f99adac5840d1ea Mon Sep 17 00:00:00 2001 From: sunby Date: Wed, 8 Sep 2021 10:59:52 +0800 Subject: [PATCH] Remove time-consuming test (#7551) issue: #7491 Signed-off-by: sunby --- internal/log/zap_log_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/log/zap_log_test.go b/internal/log/zap_log_test.go index 8b0699c841..b167ea9557 100644 --- a/internal/log/zap_log_test.go +++ b/internal/log/zap_log_test.go @@ -198,7 +198,6 @@ func TestRotateLog(t *testing.T) { writeSize int expectedFileNum int }{ - {"test default max size", 0, defaultLogMaxSize * 1024 * 1024, 2}, {"test limited max size", 1, 1 * 1024 * 1024, 2}, } for _, c := range cases {