diff --git a/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/ets/test/CaptionConfiguration.test.ets b/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/ets/test/CaptionConfiguration.test.ets index 9c3d0484d53db708126e9e28a04abe0efcc22532..24a990d47eb0924268885f42809445370f657326 100644 --- a/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/ets/test/CaptionConfiguration.test.ets +++ b/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/ets/test/CaptionConfiguration.test.ets @@ -389,33 +389,6 @@ export default function CaptionConfigurationTest() { }, 8000); }); - /** - * @tc.number: CaptionConfiguration_0120 - * @tc.name: Call api:getcaptionsmanager() to set the caption parameter. - * @tc.desc: Call api:getcaptionsmanager() to set the caption parameter. - */ - it('CaptionConfiguration_0120', 1, async function (done) { - const caseName = "CaptionConfiguration_0120"; - const logF = LOG + caseName; - registerOn = false; - setTimeout(() => { - CaptionConfigurationOn(caseName, undefined); - }, 1000); - setTimeout(() => { - excuteCase(caseName); - }, 2000); - setTimeout(() => { - var isSucceedTarget: boolean = false; - if (backList.indexOf(caseName + '_on_target_change_extra_success') != -1) { - isSucceedTarget = true; - } - expect(isSucceedTarget).assertEqual(true); - expect(registerOn).assertEqual(false); - console.info(logF + ' isSucceed : ' + (isSucceedTarget)); - done(); - }, 8000); - }); - /** * @tc.number: CaptionConfiguration_0130 * @tc.name: Call api:getcaptionsmanager() to set the caption parameter.