Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8cdbb7c8 authored by Jordan Liu's avatar Jordan Liu
Browse files

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
parent 8ccf3e02
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -21,6 +21,9 @@ using namespace ::android::hardware::radio::V1_0;
/*
 * 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 @@ TEST_F(RadioHidlTest, setGsmBroadcastConfig) {
                                     CHECK_GENERAL_ERROR));
    }
}
*/

/*
 * Test IRadio.getGsmBroadcastConfig() for the response returned.
+8 −0
Original line number Diff line number Diff line
@@ -80,6 +80,9 @@ TEST_F(RadioHidlTest, getFacilityLockForApp) {
/*
 * 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 @@ TEST_F(RadioHidlTest, setFacilityLockForApp) {
                                     CHECK_GENERAL_ERROR));
    }
}
*/

/*
 * Test IRadio.setBarringPassword() for the response returned.
@@ -127,6 +131,9 @@ TEST_F(RadioHidlTest, setBarringPassword) {
/*
 * 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 @@ TEST_F(RadioHidlTest, getClip) {
                                     CHECK_GENERAL_ERROR));
    }
}
*/

/*
 * Test IRadio.setSuppServiceNotifications() for the response returned.