Revert "Check for static initializers on linux-chromeos-rel." again.

This is a manual revert of https://crrev.com/810169. The
linux-chromeos-rel trybots have Clang code coverage enabled. This
causes the static initializers check to generate false positives [1] in
some cases. Since there is no proper immediate solution, stop running
the static initializers check to get it out of the way of landing CLs.

[1] https://crrev.com/c/2450491

(cherry picked from commit 7eb46f079a97af1c6aca66e35540315ca211326e)

Bug: 537099
Change-Id: I6ce647aba388925fcb4ea4622128f2687d909b7f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454391
Reviewed-by: Nico Weber <[email protected]>
Commit-Queue: Lei Zhang <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#814406}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462628
Reviewed-by: Lei Zhang <[email protected]>
Commit-Queue: Takumi Fujimoto <[email protected]>
Cr-Commit-Position: refs/branch-heads/4280@{#179}
Cr-Branched-From: ea420fb963f9658c9969b6513c56b8f47efa1a2a-refs/heads/master@{#812852}
diff --git a/testing/buildbot/chromium.chromiumos.json b/testing/buildbot/chromium.chromiumos.json
index afdf55d..cd442f1 100644
--- a/testing/buildbot/chromium.chromiumos.json
+++ b/testing/buildbot/chromium.chromiumos.json
@@ -4220,14 +4220,6 @@
         "test": "zlib_unittests",
         "test_id_prefix": "ninja://third_party/zlib:zlib_unittests/"
       }
-    ],
-    "scripts": [
-      {
-        "isolate_profile_data": true,
-        "name": "check_static_initializers",
-        "script": "check_static_initializers.py",
-        "swarming": {}
-      }
     ]
   },
   "linux-lacros-rel": {
diff --git a/testing/buildbot/test_suites.pyl b/testing/buildbot/test_suites.pyl
index 83a103a..416729b 100644
--- a/testing/buildbot/test_suites.pyl
+++ b/testing/buildbot/test_suites.pyl
@@ -634,12 +634,6 @@
       },
     },
 
-    'chromium_check_static_initializers_scripts': {
-      'check_static_initializers': {
-        'script': 'check_static_initializers.py',
-      },
-    },
-
     'chromium_gtests': {
       'absl_hardening_tests': {},
       'angle_unittests': {},
diff --git a/testing/buildbot/waterfalls.pyl b/testing/buildbot/waterfalls.pyl
index 3136dc5..fe66dcf 100644
--- a/testing/buildbot/waterfalls.pyl
+++ b/testing/buildbot/waterfalls.pyl
@@ -1193,7 +1193,6 @@
         ],
         'test_suites': {
           'gtest_tests': 'linux_chromeos_gtests',
-          'scripts': 'chromium_check_static_initializers_scripts',
         },
       },
       'linux-lacros-rel': {