commit | 67b4a0bbd4f24bcfebd9ab8b3289f3d2064c8225 | [log] [tgz] |
---|---|---|
author | Yin-Chia Yeh <yinchiayeh@google.com> | Tue Sep 12 13:55:10 2017 -0700 |
committer | Yin-Chia Yeh <yinchiayeh@google.com> | Tue Sep 12 13:55:10 2017 -0700 |
tree | 09cfe3ccbfc271f7389a47a83ae4e3fe642ec925 | |
parent | d461f9f371b9316e893d335ab56260e44122a885 [diff] [blame] |
CameraITS: fix scene5 manual running flow Test: run_all_test.py without ITS box Bug: 65594230 Change-Id: Ia706a1e17d7fd1842381e33bbe79ea3a5da425e4
diff --git a/apps/CameraITS/tools/run_parallel_tests.py b/apps/CameraITS/tools/run_parallel_tests.py index a8a77d4..902eaba 100644 --- a/apps/CameraITS/tools/run_parallel_tests.py +++ b/apps/CameraITS/tools/run_parallel_tests.py
@@ -99,6 +99,8 @@ # scene 5 is not automated and no chart is needed if scene_id != '5': cmd.append('chart=%s' % chart_host_id) + else: + cmd.append('skip_scene_validation') return cmd