You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/submit/throttle.py.test
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,6 @@ init_test()
5
5
for i in range(10):
6
6
commit(f"A{i}")
7
7
8
-
assert_expected_raises_inline(
9
-
RuntimeError,
10
-
lambda: gh_submit("Initial"),
11
-
"""Cowardly refusing to handle a stack with more than eight PRs. You are likely to get rate limited by GitHub if you try to create or manipulate this many PRs. You can bypass this throttle using --force""",
0 commit comments