From 49b3d93eac886e0fe953b2a3db12c96d99e6ee9e Mon Sep 17 00:00:00 2001 From: stip Date: Fri, 13 Nov 2015 01:42:06 -0800 Subject: Disable platform-mode to try and green up tests. BUG=525873 R=jbudorick@chromium.org TBR=jbudorick@chromium.org NOTRY=True CC=maruel@chromium.org Review URL: https://codereview.chromium.org/1445503002 Cr-Commit-Position: refs/heads/master@{#359522} --- chrome/android/chrome_public_test_apk.isolate | 1 - chrome/android/chrome_sync_shell_test_apk.isolate | 1 - content/content_shell_test_apk_run.isolate | 1 - 3 files changed, 3 deletions(-) diff --git a/chrome/android/chrome_public_test_apk.isolate b/chrome/android/chrome_public_test_apk.isolate index 877e68d..baece5c 100644 --- a/chrome/android/chrome_public_test_apk.isolate +++ b/chrome/android/chrome_public_test_apk.isolate @@ -9,7 +9,6 @@ 'variables': { 'command': [ '<(PRODUCT_DIR)/bin/run_chrome_public_test_apk', - '--enable-platform-mode', '-e', 'local', '--apk-under-test', '<(PRODUCT_DIR)/apks/ChromePublic.apk', ], diff --git a/chrome/android/chrome_sync_shell_test_apk.isolate b/chrome/android/chrome_sync_shell_test_apk.isolate index ea45408..489eb37 100644 --- a/chrome/android/chrome_sync_shell_test_apk.isolate +++ b/chrome/android/chrome_sync_shell_test_apk.isolate @@ -8,7 +8,6 @@ 'variables': { 'command': [ '<(PRODUCT_DIR)/bin/run_chrome_sync_shell_test_apk', - '--enable-platform-mode', '-e', 'local', '--apk-under-test', '<(PRODUCT_DIR)/apks/ChromeSyncShell.apk', ], diff --git a/content/content_shell_test_apk_run.isolate b/content/content_shell_test_apk_run.isolate index 8062494..9d0c64f 100644 --- a/content/content_shell_test_apk_run.isolate +++ b/content/content_shell_test_apk_run.isolate @@ -9,7 +9,6 @@ 'variables': { 'command': [ '<(PRODUCT_DIR)/bin/run_content_shell_test_apk', - '--enable-platform-mode', '-e', 'local', '--apk-under-test', '<(PRODUCT_DIR)/apks/ContentShell.apk', ], -- cgit v1.1