From: Kefu Chai Date: Mon, 17 Aug 2020 07:42:46 +0000 (+0800) Subject: pybind/mgr/dashboard: drop test for diskprediction_cloud X-Git-Tag: v16.1.0~1382^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=565a0acbcc06981228b1542e2241f7be1ee648cc;p=ceph.git pybind/mgr/dashboard: drop test for diskprediction_cloud this module is removed, so no need to test its settings Signed-off-by: Kefu Chai --- diff --git a/src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/mgr-modules.e2e-spec.ts b/src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/mgr-modules.e2e-spec.ts index e829df00e79d..c1ea297610f4 100644 --- a/src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/mgr-modules.e2e-spec.ts +++ b/src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/mgr-modules.e2e-spec.ts @@ -15,22 +15,6 @@ describe('Manager modules page', () => { }); describe('verifies editing functionality for manager modules', () => { - it('should test editing on diskprediction_cloud module', () => { - const diskpredCloudArr: Input[] = [ - { - id: 'diskprediction_cert_context', - newValue: 'Foo', - oldValue: '' - }, - { - id: 'sleep_interval', - newValue: '456', - oldValue: '60' - } - ]; - mgrmodules.editMgrModule('diskprediction_cloud', diskpredCloudArr); - }); - it('should test editing on balancer module', () => { const balancerArr: Input[] = [ {