Index: tests/upload-stale.sh |
diff --git a/tests/upload-stale.sh b/tests/upload-stale.sh |
index 72d1ad3fa30c3a3e9f9c1072c046d393febbafb2..3ce6141dc90494f7f582778629002447552e833b 100755 |
--- a/tests/upload-stale.sh |
+++ b/tests/upload-stale.sh |
@@ -23,7 +23,7 @@ setup_gitgit |
# Prevent the editor from coming up when you upload. |
export GIT_EDITOR=$(which true) |
test_expect_success "upload succeeds (needs a server running on localhost)" \ |
- "$GIT_CL upload -m test | grep -q 'Issue created'" |
+ "$GIT_CL upload --no-oauth2 -m test | grep -q 'Issue created'" |
test_expect_failure "description shouldn't contain unrelated commits" \ |
"$GIT_CL_STATUS | grep -q 'second commit'" |