summaryrefslogtreecommitdiff
path: root/tests/integration
diff options
context:
space:
mode:
authorfisherxu <xufei40@huawei.com>2021-06-21 10:16:50 +0800
committerfisherxu <xufei40@huawei.com>2021-06-21 10:47:37 +0800
commitdc9b9ba453f64fe27298405d17ca48fe70fe5ecd (patch)
tree13c589f84472e23bbccf6b21145b0a7a69278ce8 /tests/integration
parentMerge pull request #2914 from gy95/branch002 (diff)
downloadkubeedge-dc9b9ba453f64fe27298405d17ca48fe70fe5ecd.tar.gz
remove edgemesh from edgecore
Signed-off-by: fisherxu <xufei40@huawei.com>
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/framework/util.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration/framework/util.go b/tests/integration/framework/util.go
index 6bb583800..3e20713df 100644
--- a/tests/integration/framework/util.go
+++ b/tests/integration/framework/util.go
@@ -26,7 +26,6 @@ func DisableAllModules(i interface{}) {
config.Modules.MetaManager.Enable = false
config.Modules.ServiceBus.Enable = false
config.Modules.MetaManager.MetaServer.Enable = false
- config.Modules.EdgeMesh.Enable = false
default:
klog.Fatal("unsupport config type")
}