Index: third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-disconnect-called-during-success.js |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-disconnect-called-during-success.js b/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-disconnect-called-during-success.js |
index 620e19d4ee14afc9b3fef2b0f974354dd4af3378..ac26b9efc55f396472ac5418d5e719efa474ec44 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-disconnect-called-during-success.js |
+++ b/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-disconnect-called-during-success.js |
@@ -12,9 +12,6 @@ promise_test(() => { |
.then(measurement_interval => { |
let promise = assert_promise_rejects_with_message( |
measurement_interval.CALLS([ |
- getDescriptor(user_description.name)| |
- getDescriptors(user_description.name)[UUID]| |
- getDescriptors()| |
readValue()| |
writeValue(val)| |
startNotifications()| |