diff --git a/.ci/integration_test.sh b/.ci/integration_test.sh index d83afbc1..cd2895ad 100755 --- a/.ci/integration_test.sh +++ b/.ci/integration_test.sh @@ -328,7 +328,7 @@ precompiled_test(){ # TODO: consensus test use getSealer first # TODO: cns # TODO: permission - precompileds=(balance config crud auth config) + precompileds=(config crud auth config) sleep 10 for pkg in ${precompileds[*]}; do cp -R nodes/127.0.0.1/sdk/* "./precompiled/${pkg}"