summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/evergreen.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index c7aba75dbea..698beb96977 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -1069,11 +1069,6 @@ tasks:
burn_in_args="--checkEvergreen"
fi
- # Create a branch in the git repository that tracks the remote branch configured for this
- # Evergreen project so that the `git merge-base <branchname>@{upstream} HEAD` command run
- # by the burn_in_tests.py script works.
- git branch --force ${branch_name} origin/${branch_name}
-
# Capture a list of new and modified tests.
${python|python} buildscripts/burn_in_tests.py --branch=${branch_name} --buildVariant=${build_variant} --testListOutfile=jstests/new_tests.json --noExec $burn_in_args