Enable trace and screenshot_sync test suites on Fuchsia x64 FYI bot.

Filter tests that fail/flake. Adds about ~10 bot and total run time per build.

Bug: 1058255
Change-Id: I5fe248ba77fadba4c150221248a0404bc0fd60e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2251739
Reviewed-by: Brian Sheedy <[email protected]>
Commit-Queue: Chong Gu <[email protected]>
Cr-Commit-Position: refs/heads/master@{#779900}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 10cca8b..592af79 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -2168,6 +2168,11 @@
       'android-asan',  # https://crbug.com/962650
     ],
   },
+  'screenshot_sync_tests': {
+    'remove_from': [
+      'Fuchsia x64' # https://crbug.com/1058255
+    ],
+  },
   'services_unittests': {
     'remove_from': [
       'ToTLinuxMSan',  # https://crbug.com/831676
@@ -2373,6 +2378,11 @@
       'Optional Linux Release (NVIDIA)',
     ],
   },
+  'trace_test': {
+    'remove_from': [
+      'Fuchsia x64' # https://crbug.com/1058255
+    ],
+  },
   'unit_tests': {
     'remove_from': [
       'android-code-coverage-native', # crbug/1018434