diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2022-09-24 18:28:27 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2022-09-24 19:37:06 +0800 |
| commit | 045286396aec62f2c466c9bc6fa5af3e9a756f03 (patch) | |
| tree | ff4506f19a536a1a3ad4033c9993445e5e0697e6 /edge/test | |
| parent | add edgecore v1alpha2 config (diff) | |
| download | kubeedge-045286396aec62f2c466c9bc6fa5af3e9a756f03.tar.gz | |
undo edge deploy test & e2e statefulset
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'edge/test')
| -rwxr-xr-x | edge/test/integration/scripts/fast_test.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/edge/test/integration/scripts/fast_test.sh b/edge/test/integration/scripts/fast_test.sh index 1af5b0555..d1ae0679c 100755 --- a/edge/test/integration/scripts/fast_test.sh +++ b/edge/test/integration/scripts/fast_test.sh @@ -38,10 +38,10 @@ GINKGO_EXIT_CODE=0 if [[ $# -eq 0 ]]; then #run testcase export KUBEEDGE_ROOT=$KUBEEDGE_ROOT - ./appdeployment/appdeployment.test $debugflag - if [[ $? != 0 ]]; then - GINKGO_EXIT_CODE=1 - fi + #./appdeployment/appdeployment.test $debugflag + #if [[ $? != 0 ]]; then + # GINKGO_EXIT_CODE=1 + #fi ./device/device.test $debugflag if [[ $? != 0 ]]; then GINKGO_EXIT_CODE=1 |
