summaryrefslogtreecommitdiff
path: root/edge/test
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2022-09-24 18:28:27 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2022-09-24 19:37:06 +0800
commit045286396aec62f2c466c9bc6fa5af3e9a756f03 (patch)
treeff4506f19a536a1a3ad4033c9993445e5e0697e6 /edge/test
parentadd edgecore v1alpha2 config (diff)
downloadkubeedge-045286396aec62f2c466c9bc6fa5af3e9a756f03.tar.gz
undo edge deploy test & e2e statefulset
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'edge/test')
-rwxr-xr-xedge/test/integration/scripts/fast_test.sh8
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