From 565a0acbcc06981228b1542e2241f7be1ee648cc Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 17 Aug 2020 15:42:46 +0800 Subject: [PATCH] pybind/mgr/dashboard: drop test for diskprediction_cloud this module is removed, so no need to test its settings Signed-off-by: Kefu Chai --- .../integration/cluster/mgr-modules.e2e-spec.ts | 16 ---------------- 1 file changed, 16 deletions(-) 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 e829df00e79d8..c1ea297610f40 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[] = [ { -- 2.39.5