Skip to content

Commit 7e216de

Browse files
committed
Add missing skip in DST test
1 parent 856ad9c commit 7e216de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/simple.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,8 @@ def test_time_with_default_timezone_local
324324
end
325325

326326
def test_time_in_dst_change_hour_utc
327+
skip "with_system_tz not working in tomcat" if ActiveRecord::Base.connection.raw_connection.jndi?
328+
327329
with_system_tz 'Europe/Prague' do
328330
Time.use_zone 'Europe/Prague' do
329331
with_timezone_config default: :utc do

0 commit comments

Comments
 (0)