Disable test to verifying BLE offloaded scan batching

The test is trying to provide means to assess whether
a device can support BLE (Bluetooth Low Energy) batched
scanning when the device reports the capability through
BluetoothAdapater#isOffloadedScanBatchingSupported().

However, it is not easy to validate this in a scalable way.
Hence the test is disabled for now.

Bug: 19942930
Change-Id: I848f93e04719b8b6dbe9f33ac60052bd3b5c4e6e
diff --git a/apps/CtsVerifier/AndroidManifest.xml b/apps/CtsVerifier/AndroidManifest.xml
index 55b4f8d..0040e57 100644
--- a/apps/CtsVerifier/AndroidManifest.xml
+++ b/apps/CtsVerifier/AndroidManifest.xml
@@ -382,6 +382,7 @@
             <meta-data android:name="test_parent" android:value="com.android.cts.verifier.bluetooth.BleScannerTestActivity" />
         </activity>
 
+        <!-- Uncomment until we have a better way to validate the hardware scan filter
         <activity android:name=".bluetooth.BleScannerHardwareScanFilterActivity"
                 android:label="@string/ble_scanner_scan_filter_name"
                 android:configChanges="keyboardHidden|orientation|screenSize">
@@ -392,6 +393,7 @@
             <meta-data android:name="test_category" android:value="@string/bt_le" />
             <meta-data android:name="test_parent" android:value="com.android.cts.verifier.bluetooth.BleScannerTestActivity" />
         </activity>
+        -->
 
         <activity android:name=".bluetooth.BleAdvertiserTestActivity"
                 android:label="@string/ble_advertiser_test_name"