Drop old assertion in test
Drops an assertion that in 1911 Paris rolled its clocks back past midnight. This assertion is so far in the past that it isn't consistently included in the JDK's tzdb. When we upgraded to 15.0.1 it fell out of my tzdb locally. It doesn't seem to have happened to CI, oddly, but it just doesn't seem worth keeping. Closes #67930
This commit is contained in:
parent
34b7497c0c
commit
9ba0c53bc8
|
@ -253,7 +253,6 @@ public class LocalTimeOffsetTests extends ESTestCase {
|
|||
assertKnownMovesBacktoPreviousDay("America/Moncton", "2005-10-29T03:01:00");
|
||||
assertKnownMovesBacktoPreviousDay("America/St_Johns", "2010-11-07T02:31:00");
|
||||
assertKnownMovesBacktoPreviousDay("Canada/Newfoundland", "2010-11-07T02:31:00");
|
||||
assertKnownMovesBacktoPreviousDay("Europe/Paris", "1911-03-1T00:01:00");
|
||||
if (JavaVersion.current().compareTo(JavaVersion.parse("11")) > 0) {
|
||||
// Added in java 12
|
||||
assertKnownMovesBacktoPreviousDay("Pacific/Guam", "1969-01-25T13:01:00");
|
||||
|
|
Loading…
Reference in New Issue