Disable incorrect CtsVerifier tests

BleEncryptedClient has incorrect expected results when writing to GATT
attributes on insecure connection. This reveals a bug in Android.

Although we have already got a fix on CtsVerifier, ag/3955481, checking
in this fix would break tests on pixel phones until b/78538657 is really
fixed on Android bluetooth stack.

Thus, this patch disables BleEncryptedClient and its counterpart,
BleEncryptedServer on BLE Insecure test.

Bug: 78538657
Bug: 110705313
Test: Build and confirm that both tests are gone
Change-Id: Ic18cc3fb5f03f70180fc03f996a414d9ca040dc1
diff --git a/apps/CtsVerifier/AndroidManifest.xml b/apps/CtsVerifier/AndroidManifest.xml
index 514db87a..d9d805b 100644
--- a/apps/CtsVerifier/AndroidManifest.xml
+++ b/apps/CtsVerifier/AndroidManifest.xml
@@ -585,7 +585,8 @@
            CTS Verifier BLE Insecure Client Encrypted Test Screen
                test category : bt_le
                test parent : BleInsecureClientTestListActivity
-        -->
+	-->
+        <!-- TODO(b/78538657)
         <activity
             android:name=".bluetooth.BleInsecureEncryptedClientTestActivity"
             android:configChanges="keyboardHidden|orientation|screenSize"
@@ -606,7 +607,8 @@
             <meta-data
                 android:name="test_required_features"
                 android:value="android.hardware.bluetooth_le" />
-        </activity>
+	</activity>
+        -->
 
         <!--
               =================================================================================
@@ -696,6 +698,7 @@
                test category : bt_le
                test parent : BleInsecureServerTestListActivity
         -->
+        <!-- TODO(b/78538657)
         <activity
             android:name=".bluetooth.BleInsecureEncryptedServerTestActivity"
             android:configChanges="keyboardHidden|orientation|screenSize"
@@ -717,6 +720,7 @@
                 android:name="test_required_features"
                 android:value="android.hardware.bluetooth_le" />
         </activity>
+        -->
 
         <!--
              =================================================================================