| Index: components/arc/bluetooth/bluetooth_struct_traits_unittest.cc
|
| diff --git a/components/arc/bluetooth/bluetooth_struct_traits_unittest.cc b/components/arc/bluetooth/bluetooth_struct_traits_unittest.cc
|
| index 94adbbb734fcec269ca99865719cf36f560cc6ce..11a1439f1fdd326c48c719b443f51d054faf3328 100644
|
| --- a/components/arc/bluetooth/bluetooth_struct_traits_unittest.cc
|
| +++ b/components/arc/bluetooth/bluetooth_struct_traits_unittest.cc
|
| @@ -67,7 +67,8 @@ TEST(BluetoothStructTraitsTest, DeserializeBluetoothUUID) {
|
| // array<uint8, 16>.
|
| }
|
|
|
| -TEST(BluetoothStructTraitsTest, DeserializeBluetoothAdvertisement) {
|
| +// Disabled due to memory leak, see http://crbug.com/653480.
|
| +TEST(BluetoothStructTraitsTest, DISABLED_DeserializeBluetoothAdvertisement) {
|
| arc::mojom::BluetoothAdvertisementPtr advertisement_mojo =
|
| arc::mojom::BluetoothAdvertisement::New();
|
| mojo::Array<arc::mojom::BluetoothAdvertisingDataPtr> adv_data;
|
|
|