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 89900c5a77f7599f8ae378697636960d6fbf69de..0030266d3dc6b26449196577ce701b37d743ce09 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 bluetoothhostTest4 from './BRSpp.test.js' import bluetoothhostTest from './BRSwitch.test.js' import bluetoothhostTest3 from './BRDiscovery.test.js' export default function testsuite() { -bluetoothhostTest() bluetoothhostTest1() bluetoothhostTest2() bluetoothhostTest4()