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

Commit 6b720abf authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add an exception for QTI SM8550" into android13-tests-dev am: 2f27d9e8 am: f390f754

parents 9281f097 f390f754
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -4866,6 +4866,11 @@ TEST_P(VsrRequirementTest, Vsr13Test) {
    if (vsr_api_level < 33) {
        GTEST_SKIP() << "Applies only to VSR API level 33, this device is: " << vsr_api_level;
    }
    char soc_model[PROPERTY_VALUE_MAX] = {};
    property_get("ro.soc.model", soc_model, "");
    if (!strcmp(soc_model, "SM8550")) {
        GTEST_SKIP() << "Skip QTI SM8550 chipset, the SOC model of this device is: " << soc_model;
    }
    FAIL() << "VSR 13+ requires KeyMint version 2";
}