Index: third_party/WebKit/LayoutTests/bluetooth/requestDevice/filter-matches.html |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/requestDevice/filter-matches.html b/third_party/WebKit/LayoutTests/bluetooth/requestDevice/filter-matches.html |
index 5cd584122466edd0922b0b3f1cef7fad416089b9..7df8590731713cfcd4f6ad7612c92986b653017f 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/requestDevice/filter-matches.html |
+++ b/third_party/WebKit/LayoutTests/bluetooth/requestDevice/filter-matches.html |
@@ -56,7 +56,6 @@ promise_test(() => { |
.then(device => { |
// We always have access to the services in matching_services |
// because we include them in a filter or in optionalServices. |
- assert_in_array(matching_services[0], device.uuids); |
assert_equals(device.name, matching_name); |
assert_true(device.name.startsWith(matching_namePrefix)); |
}); |