Commit 177ec45
authored
### Rationale for this change
Since we upgraded to ORC 2.1.1 our test started failing because it was able to resolved the timezone and read the file when we were expecting an exception to be raised.
In order to support Legacy timezones ORC added some aliases to some timezones, in the case of our test `US/Pacific` was aliased to `America/Los_Angeles` and the test was finding the timezone.
### What changes are included in this PR?
Remove both timezones `US/Pacific` and `America/Los_Angeles` so the test works as expected.
### Are these changes tested?
Yes, locally via CI and some extra archery tasks
### Are there any user-facing changes?
No
* GitHub Issue: #47778
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
1 parent 00245cc commit 177ec45
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
180 | 184 | | |
| 185 | + | |
181 | 186 | | |
182 | 187 | | |
183 | 188 | | |
| |||
189 | 194 | | |
190 | 195 | | |
191 | 196 | | |
192 | | - | |
| 197 | + | |
| 198 | + | |
193 | 199 | | |
194 | 200 | | |
195 | 201 | | |
| |||
0 commit comments