From 128a651c638f30497e2461a74fc8391e71584cd3 Mon Sep 17 00:00:00 2001
From: Jennifer Li <jli@gitlab.com>
Date: Tue, 14 Jan 2025 12:46:36 -0800
Subject: [PATCH] Do not alert Slack for 112 exit code

---
 scripts/rspec_helpers.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/rspec_helpers.sh b/scripts/rspec_helpers.sh
index 36451d7e6b347..dca5cc51b2524 100644
--- a/scripts/rspec_helpers.sh
+++ b/scripts/rspec_helpers.sh
@@ -223,7 +223,6 @@ function change_exit_code_if_applicable() {
     alert_job_in_slack $new_exit_code "Known infra error caused this job to fail"
   elif [[ $found_known_flaky_test -ne $previous_exit_status ]]; then
     new_exit_code=$found_known_flaky_test
-    alert_job_in_slack $new_exit_code "A Known flaky test caused this job to fail"
   fi
 
   echo "New exit code: $new_exit_code"
-- 
GitLab