From 3fb452d0744e320e0061f4c5375b969ddd423496 Mon Sep 17 00:00:00 2001 From: Oscar Vestlie Date: Fri, 3 Nov 2023 17:00:32 -0700 Subject: [PATCH] Remove evergreen_test from required checks (#1907) The tests are too slow and too flaky to be presubmits. b/278953372 --- tools/update_required_branch_checks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/update_required_branch_checks.py b/tools/update_required_branch_checks.py index b0654cd5e556..fd7afac31a9d 100644 --- a/tools/update_required_branch_checks.py +++ b/tools/update_required_branch_checks.py @@ -44,8 +44,9 @@ # Excludes blackbox, web platform, and unit tests run on-device. '_on_device_', - # Excludes evergreen as blackbox test. + # Excludes slow and flaky evergreen tests. 'evergreen-as-blackbox_test', + 'evergreen_test', # Excludes templated check names. '${{'