Remove disabled gmail entry for resolved issue.
This issue was resolved by 34a56183cd8bc535c0b2a93c4288ffe30e9a62f5
Bug: 116840276
Change-Id: I9789cbe02c04ea994b05303368d9104592e264a2
diff --git a/tools/run_on_app.py b/tools/run_on_app.py
index 712549d..87a945b 100755
--- a/tools/run_on_app.py
+++ b/tools/run_on_app.py
@@ -118,7 +118,7 @@
# Please add bug number for disabled permutations and please explicitly
# do Bug: #BUG in the commit message of disabling to ensure re-enabling
DISABLED_PERMUTATIONS = [
- ('gmail', '180826.15', 'proguarded'), # b/116840276
+ # (app, version, type), e.g., ('gmail', '180826.15', 'deploy'),
]
def get_permutations():