diff --git a/tools/pull_request_hooks/rerunFlakyTests.js b/tools/pull_request_hooks/rerunFlakyTests.js index 8e85d63a5eb..2b5bfa5f072 100644 --- a/tools/pull_request_hooks/rerunFlakyTests.js +++ b/tools/pull_request_hooks/rerunFlakyTests.js @@ -4,7 +4,7 @@ const TITLE_BOT_HEADER = "title: "; // Only check jobs that start with these. // Helps make sure we don't restart something like screenshot tests or linters, which are not known to be flaky. const CONSIDERED_JOBS = [ - "CI Suite / Integration Tests", + "Integration Tests", ]; async function getFailedJobsForRun(github, context, workflowRunId, runAttempt) {