fix cloud mode

This commit is contained in:
yiguolei
2024-05-27 09:56:26 +08:00
parent 8f5deb10be
commit 83cbb4e255

View File

@ -18,11 +18,6 @@
import org.codehaus.groovy.runtime.IOGroovyMethods
suite("test_calc_crc") {
if (isCloudMode()) {
return
}
def calc_file_crc_on_tablet = { ip, port, tablet ->
return curl("GET", String.format("http://%s:%s/api/calc_crc?tablet_id=%s", ip, port, tablet))
}