| Index: third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-disconnect-called-before.js
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-disconnect-called-before.js b/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-disconnect-called-before.js
|
| index c1b39a13abfc040c859b0ee84ad7cbb892f35a32..6b347c2859fb373d29498c8e0b1fbd96114f0de2 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-disconnect-called-before.js
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-disconnect-called-before.js
|
| @@ -12,9 +12,6 @@ promise_test(() => {
|
| gattServer.disconnect();
|
| return assert_promise_rejects_with_message(
|
| measurement_interval.CALLS([
|
| - getDescriptor(user_description.name)|
|
| - getDescriptors(user_description.name)[UUID]|
|
| - getDescriptors()|
|
| readValue()|
|
| writeValue(val)|
|
| startNotifications()|
|
|
|