Weblayer: Update command line arguments for the weblayer instrumentation test apk

Add the --replace-system-package command line argument to the
instrumentation test apk. It is necessary for the x86 M & 10 builders.

[email protected]

Bug: 1176658
Change-Id: I58cb3b13f3f6d5daa92e7a2fd8b55d2b43d9ce2a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2723275
Reviewed-by: Haiyang Pan <[email protected]>
Reviewed-by: John Chen <[email protected]>
Commit-Queue: Rakib Hasan <[email protected]>
Cr-Commit-Position: refs/heads/master@{#858327}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 2a8cec62..c36a00f 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -2922,6 +2922,20 @@
       },
     },
   },
+  'weblayer_instrumentation_test_apk_ToT_Tests': {
+    'modifications': {
+      'android-weblayer-10-x86-rel-tests': {
+        'args': [
+          '--replace-system-package=org.chromium.weblayer.shell,apks/WebLayerShellSystemWebView.apk'
+        ]
+      },
+      'android-weblayer-marshmallow-x86-rel-tests': {
+        'args': [
+          '--replace-system-package=org.chromium.weblayer.shell,apks/WebLayerShellSystemWebView.apk'
+        ]
+      }
+    }
+  },
   'weblayer_shell_wpt': {
     'modifications': {
       # TODO(crbug.com/1171555): remove this when test can run with more emulators