diff --git a/tasks/e2e-simple.sh b/tasks/e2e-simple.sh
index 7c158b3704e6418e15c8b10aa3225e26278365e8..8ea08b55611f889f3d68a4076bf3f36f4c8cbbb7 100755
--- a/tasks/e2e-simple.sh
+++ b/tasks/e2e-simple.sh
@@ -261,12 +261,6 @@ verify_module_scope
 # Finally, let's check that everything still works after ejecting.
 # ******************************************************************************
 
-# Commiting changes
-git config user.email "you@example.com"
-git config user.name "Your Name"
-git add .
-git commit -m "Before npm run eject"
-
 # Eject...
 echo yes | npm run eject