Remove telemetry perf unittests from Mac11-Tests

Also
-align with maac-rel 10.15 to turn off sync integration tests

Bug:1277277
Change-Id: I797747f8b603a21445e109a57630342b2c2d5a2e

No-Try: true
Change-Id: I797747f8b603a21445e109a57630342b2c2d5a2e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3318085
Commit-Queue: Lindsay Pasricha <[email protected]>
Reviewed-by: Takuto Ikuta <[email protected]>
Cr-Commit-Position: refs/heads/main@{#948856}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 1ea0858..ae7b3d8 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -2709,7 +2709,7 @@
           ],
       },
       # TODO(crbug.com/1131588) Tests are flaky only on CQ.
-      'Mac10.15 Tests': {
+      'Mac11 Tests': {
         'precommit_args': [
             '--gtest_filter=-*',
           ],
@@ -2837,12 +2837,6 @@
           '--jobs=1',
         ],
       },
-      # TODO crbug.com/1277277: Remove when dcheck is fixed
-      'Mac11 Tests': {
-        'args': [
-        '--gtest_filter=-benchmarks.benchmark_smoke_unittest.load_tests.<locals>.BenchmarkSmokeTest.memory.desktop:benchmarks.system_health_smoke_test._GenerateSmokeTestCase.<locals>.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop/*',
-        ],
-      },
       'Win7 Tests (dbg)(1)': {
         'args': [
           '--jobs=1',
@@ -2894,6 +2888,8 @@
       'Mac10.11 Tests',
       'Mac10.13 Tests',
       'Mac10.15 Tests',
+      # TODO crbug.com/1277277
+      'Mac11 Tests',
       'Mac10.15 Tests (dbg)',
       'Linux - Future (dbg)',  # client.v8.chromium
       'Win10 Tests x64',