Skip to content

Commit

Permalink
Add missing skip in DST test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiza committed Oct 23, 2024
1 parent 856ad9c commit 7e216de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/simple.rb
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ def test_time_with_default_timezone_local
end

def test_time_in_dst_change_hour_utc
skip "with_system_tz not working in tomcat" if ActiveRecord::Base.connection.raw_connection.jndi?

with_system_tz 'Europe/Prague' do
Time.use_zone 'Europe/Prague' do
with_timezone_config default: :utc do
Expand Down

0 comments on commit 7e216de

Please sign in to comment.