Remove time-consuming test (#7551)

issue: #7491
Signed-off-by: sunby <bingyi.sun@zilliz.com>
pull/7561/head
sunby 2021-09-08 10:59:52 +08:00 committed by GitHub
parent a5767e05c6
commit bbb6051cdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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 {