Commit 4cf080c
Keep skipped jobserver examples from clobbering global state
The before hook skips before it saves the previous connection pool client
and UI, but the after hook restored those unconditionally, leaving
Gem::Request::ConnectionPools.client as nil for every later example. Only
restore what was captured, matching the guard Artifice.deactivate uses.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent eaf49e1 commit 4cf080c
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
135 | 138 | | |
136 | | - | |
137 | | - | |
| 139 | + | |
| 140 | + | |
138 | 141 | | |
139 | 142 | | |
140 | 143 | | |
| |||
0 commit comments