Disable tests for TSTS issue

On TSTS devices for Q the MultiSimPreparer for VTS which is supposed to
enable the max-supported modems before the test does not work, as we
don't have an API to return the true max-supported modems until after Q.
We are disabling these tests because there is no workaround on Q.

Bug: 145710242
Test: vts
Change-Id: I4aaea8b3e783380965c4c77c0562b07bc197eae5
diff --git a/radio/1.0/vts/functional/radio_hidl_hal_cell_broadcast.cpp b/radio/1.0/vts/functional/radio_hidl_hal_cell_broadcast.cpp
index 2c1eb60..605b569 100644
--- a/radio/1.0/vts/functional/radio_hidl_hal_cell_broadcast.cpp
+++ b/radio/1.0/vts/functional/radio_hidl_hal_cell_broadcast.cpp
@@ -21,6 +21,9 @@
 /*
  * Test IRadio.setGsmBroadcastConfig() for the response returned.
  */
+/*
+ * TODO(b/145710242) this is commented out because it breaks on TSTS devices on Q. The test
+ * can be safely enabled for future devices).
 TEST_F(RadioHidlTest, setGsmBroadcastConfig) {
     serial = GetRandomSerialNumber();
 
@@ -80,6 +83,7 @@
                                      CHECK_GENERAL_ERROR));
     }
 }
+*/
 
 /*
  * Test IRadio.getGsmBroadcastConfig() for the response returned.
diff --git a/radio/1.0/vts/functional/radio_hidl_hal_ims.cpp b/radio/1.0/vts/functional/radio_hidl_hal_ims.cpp
index 4331c06..15dc6de 100644
--- a/radio/1.0/vts/functional/radio_hidl_hal_ims.cpp
+++ b/radio/1.0/vts/functional/radio_hidl_hal_ims.cpp
@@ -80,6 +80,9 @@
 /*
  * Test IRadio.setFacilityLockForApp() for the response returned.
  */
+/*
+ * TODO(b/145710242) this is commented out because it breaks on TSTS devices on Q. The test
+ * can be safely enabled for future devices).
 TEST_F(RadioHidlTest, setFacilityLockForApp) {
     serial = GetRandomSerialNumber();
     std::string facility = "";
@@ -100,6 +103,7 @@
                                      CHECK_GENERAL_ERROR));
     }
 }
+*/
 
 /*
  * Test IRadio.setBarringPassword() for the response returned.
@@ -127,6 +131,9 @@
 /*
  * Test IRadio.getClip() for the response returned.
  */
+/*
+ * TODO(b/145710242) this is commented out because it breaks on TSTS devices on Q. The test
+ * can be safely enabled for future devices).
 TEST_F(RadioHidlTest, getClip) {
     serial = GetRandomSerialNumber();
 
@@ -141,6 +148,7 @@
                                      CHECK_GENERAL_ERROR));
     }
 }
+*/
 
 /*
  * Test IRadio.setSuppServiceNotifications() for the response returned.