From d0ff8ab191a29e223901eec9e60761e2254be001 Mon Sep 17 00:00:00 2001 From: Yingwen Date: Mon, 30 Oct 2023 17:17:38 +0800 Subject: [PATCH] test: remove unstable timezone test (#2666) test: remove berlin test --- src/common/time/src/time.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/common/time/src/time.rs b/src/common/time/src/time.rs index 8c3aeba866..8deb03a73d 100644 --- a/src/common/time/src/time.rs +++ b/src/common/time/src/time.rs @@ -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)