| commit | d766860acb9d2b5971e4ab6f77216c9bf337e83e | [log] [tgz] |
|---|---|---|
| author | Rico Wind <ricow@google.com> | Tue Sep 25 12:38:41 2018 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 25 12:38:41 2018 +0000 |
| tree | 82175d5f16e444b0a3294b062b8d941f0aec73fc | |
| parent | 6b8949f7ea5eb896c6951989d48eea45676fdf11 [diff] | |
| parent | d5a3607cc0aca1d851ee5a5d9da50e74e75dd8ba [diff] |
Merge "Suppress gmscore latest deploy compilation failure"
diff --git a/tools/run_on_app.py b/tools/run_on_app.py index c2be08e..bdb1df8 100755 --- a/tools/run_on_app.py +++ b/tools/run_on_app.py
@@ -119,6 +119,7 @@ # do Bug: #BUG in the commit message of disabling to ensure re-enabling DISABLED_PERMUTATIONS = [ ('youtube', '12.10', 'dex'), # b/116089492 + ('gmscore', 'latest', 'deploy') # b/116575775 ] def get_permutations():