| Index: third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-device-disconnects-during-error.js
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-device-disconnects-during-error.js b/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-device-disconnects-during-error.js
|
| index 77a026075c0958405ff0593299a50219e5260385..019373fd42881237806c9488963dc4d84c4ef642 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-device-disconnects-during-error.js
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-device-disconnects-during-error.js
|
| @@ -18,9 +18,6 @@ promise_test(() => {
|
| requestDisconnection();
|
| return assert_promise_rejects_with_message(
|
| error_characteristic.CALLS([
|
| - getDescriptor(user_description.name)|
|
| - getDescriptors(user_description.name)[UUID]|
|
| - getDescriptors()|
|
| readValue()|
|
| writeValue(val)|
|
| startNotifications()]),
|
|
|