Remove weblayer_bundle_test from android-pie-arm64-rel.
It runs on both android-marshmallow-arm64-rel and android-12-x64-rel, which covers both emulator and real device.
It can removed to save bot, which can be allocated to other slow test suite.
Bug: 1316565, 1354867
Change-Id: I1db541542bdd24771955cd6d2dbc7b24f3665969
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3843369
Commit-Queue: James Shen <[email protected]>
Reviewed-by: Haiyang Pan <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1037915}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 6a4985c6..7697877 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -3927,6 +3927,7 @@
'weblayer_bundle_test': {
'remove_from': [
'android-marshmallow-x86-rel-non-cq', # crbug.com/1088013
+ 'android-pie-arm64-rel', # crbug.com/1354867
'android-11-x86-rel', # crbug.com/1165280
],
},