Merge "skip on 64-bit ABI"

This commit is contained in:
Keun Soo Yim 2017-01-31 19:08:49 +00:00 committed by Android (Google) Code Review
commit 1d117f1439

View file

@ -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>