summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system_property/vts_treble_sys_prop_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/system_property/vts_treble_sys_prop_test.py b/system_property/vts_treble_sys_prop_test.py
index 5b15b66..800599b 100644
--- a/system_property/vts_treble_sys_prop_test.py
+++ b/system_property/vts_treble_sys_prop_test.py
@@ -372,6 +372,7 @@ class VtsTrebleSysPropTest(unittest.TestCase):
if (not self.dut.Exists(self._ODM_PROPERTY_CONTEXTS_FILE_PATH)):
logging.info("Skip test for a device which doesn't have an odm "
"property contexts.")
+ return
self._TestPropertyTypes(
self._ODM_PROPERTY_CONTEXTS_FILE_PATH,
lambda typename: typename.startswith(self._VENDOR_TYPE_PREFIX) or