test: remove unstable timezone test (#2666)

test: remove berlin test
This commit is contained in:
Yingwen
2023-10-30 17:17:38 +08:00
committed by GitHub
parent bd177b8cc4
commit d0ff8ab191

View File

@@ -408,11 +408,6 @@ mod tests {
Time::new(1, TimeUnit::Millisecond)
.to_timezone_aware_string(TimeZone::from_tz_string("UTC").unwrap())
);
assert_eq!(
"02:00:00.001",
Time::new(1, TimeUnit::Millisecond)
.to_timezone_aware_string(TimeZone::from_tz_string("Europe/Berlin").unwrap())
);
assert_eq!(
"03:00:00.001",
Time::new(1, TimeUnit::Millisecond)