- Notifications
You must be signed in to change notification settings - Fork674
Commit3dde36e
fix: intermittent failure in test_merge_request_reset_approvals
Have been seeing intermittent failures in the test:tests/functional/api/test_merge_requests.py::test_merge_request_reset_approvalsAlso saw a failure in:tests/functional/cli/test_cli_v4.py::test_accept_request_merge[subprocess]Add a call to `wait_for_sidekiq()` to hopefully resolve the issues.1 parent196538b commit3dde36e
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| 266 | + | |
266 | 267 | | |
267 | 268 | | |
268 | 269 | | |
| |||
0 commit comments
Comments
(0)