diff --git a/communication/bluetooth_manager/src/main/js/test/BleGattManager401.test.js b/communication/bluetooth_manager/src/main/js/test/BleGattManager401.test.js index a5da4601f0f0e746fe1b38fd4269013f884e3b24..152faeeaff962abd90f7a100c067b8b7c2dc701c 100644 --- a/communication/bluetooth_manager/src/main/js/test/BleGattManager401.test.js +++ b/communication/bluetooth_manager/src/main/js/test/BleGattManager401.test.js @@ -1660,7 +1660,7 @@ describe('bluetoothBLETest4', function() { * @tc.type Function * @tc.level Level 2 */ - it('COMMUNICATION_BLUETOOTH_BLE_WriteCharacteristic_1600', 0, function () { + it('COMMUNICATION_BLUETOOTH_BLE_WriteCharacteristic_1700', 0, function () { try { let descriptors = []; let arrayBuffer = new ArrayBuffer(8); diff --git a/communication/bluetooth_standard/src/main/js/test/List.test.js b/communication/bluetooth_standard/src/main/js/test/List.test.js index e7b1c4b2dc5e1ce9c1840a6fde604e38bc31acf0..31c715f0a9e80c5a219a0b3d0c46a394520bed93 100644 --- a/communication/bluetooth_standard/src/main/js/test/List.test.js +++ b/communication/bluetooth_standard/src/main/js/test/List.test.js @@ -19,7 +19,6 @@ import bluetoothhostTest3 from './BRDiscovery.test.js' import bluetoothhostTest4 from './BRSpp.test.js' import bluetoothhostTest from './BRSwitch.test.js' export default function testsuite() { -bluetoothhostTest() bluetoothhostTest1() bluetoothhostTest2() bluetoothhostTest3()