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

Commit 8a9dad5f authored by Keun Soo Yim's avatar Keun Soo Yim
Browse files

skip on 64-bit ABI

Test: make vts -j30 BUILD_GOOGLE_VTS=true TARGET_PRODUCT=aosp_arm64 &&
vts-tradefed run commandAndExit vts --skip-all-system-status-check
--skip-preconditions --module HalSoundTriggerHidlTargetBasicTest -l INFO
Bug: 34256132

Change-Id: I87a6be02d1d05e06cfce84975d7bcc42434dbc90
parent bcd50f24
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -26,7 +26,8 @@
            "/>
        <option name="test-config-path" value="vts/testcases/hal/soundtrigger/hidl/target/HalSoundTriggerHidlTargetBasicTest.config" />
        <option name="binary-test-type" value="hal_hidl_gtest" />
        <option name="precondition-file-path-prefix" value="*/lib/hw/sound_trigger.primary." />
        <option name="precondition-file-path-prefix" value="/*/lib/hw/sound_trigger.primary." />
        <option name="skip-on-64bit-abi" value="true" />
        <option name="test-timeout" value="1m" />
    </test>
</configuration>