Disable running youtube compilation from deploy jar
Currently OOM on the internal runner
Bug: 120977564
Change-Id: Id24a0da0d15c224017a436d352ec4ec474c1c924
diff --git a/tools/run_on_app.py b/tools/run_on_app.py
index 3e7d78c..ad38cab 100755
--- a/tools/run_on_app.py
+++ b/tools/run_on_app.py
@@ -121,6 +121,7 @@
# do Bug: #BUG in the commit message of disabling to ensure re-enabling
DISABLED_PERMUTATIONS = [
# (app, version, type), e.g., ('gmail', '180826.15', 'deploy'),
+ ('youtube', '13.37', 'deploy'), # b/120977564
]
def get_permutations():