diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/agljobtemplate.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py index 84c76a6..f9207a3 100644 --- a/utils/agljobtemplate.py +++ b/utils/agljobtemplate.py @@ -187,6 +187,8 @@ class Agljobtemplate(object): if 'all' in tests: tests = self.tests for t in tests: + if machine == 'bbe' and t == 'screenshot': + continue if t in self.tests: test_templates.append(os.path.join(self.TESTS_DIR, t + '.jinja2')) else: |