Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1522)

Unified Diff: catapult_build/build_steps_unittest.py

Issue 2056863002: [catapult_build] Disable everything but devil tests on Android. (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: update test Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « catapult_build/build_steps.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: catapult_build/build_steps_unittest.py
diff --git a/catapult_build/build_steps_unittest.py b/catapult_build/build_steps_unittest.py
index 697ada051ad68a4346f1f71434ccb5c2925d7127..4d76e811997cfb4345bba00ade2aa91bf376c75a 100644
--- a/catapult_build/build_steps_unittest.py
+++ b/catapult_build/build_steps_unittest.py
@@ -37,7 +37,7 @@ class BuildStepsTest(unittest.TestCase):
% (test['disabled'], test['name'])
))
for platform in test['disabled']:
- self.assertIn(platform, ['win', 'mac', 'linux'], msg=(
+ self.assertIn(platform, ['win', 'mac', 'linux', 'android'], msg=(
'Bad platform %s in build_steps._CATAPULT_TESTS for %s;'
'should be one of "linux", "win", "mac"' % (
platform, test['name'])
« no previous file with comments | « catapult_build/build_steps.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698