Skip to content

Commit

Permalink
test: remove unstable timezone test (#2666)
Browse files Browse the repository at this point in the history
test: remove berlin test
  • Loading branch information
evenyag authored Oct 30, 2023
1 parent bd177b8 commit d0ff8ab
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/common/time/src/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d0ff8ab

Please sign in to comment.