mirror of https://github.com/milvus-io/milvus.git
Remove time-consuming test (#7551)
issue: #7491 Signed-off-by: sunby <bingyi.sun@zilliz.com>pull/7561/head
parent
a5767e05c6
commit
bbb6051cdc
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue