diff --git a/scripts/rspec_helpers.sh b/scripts/rspec_helpers.sh index 36451d7e6b347341ad220fc67d6b63d94ae3056a..dca5cc51b2524f2d929add477a20acd06aa924ae 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"