Skip to content

Commit

Permalink
Skip test_europe_lisbon on macOS
Browse files Browse the repository at this point in the history
until we figure out why it's failing.
  • Loading branch information
k0kubun committed Mar 26, 2023
1 parent ddb77dd commit 2f91681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ruby/test_time_tz.rb
Expand Up @@ -201,6 +201,7 @@ def test_europe_berlin
end

def test_europe_lisbon
omit 'this becomes CET on macOS during DST' if ENV.key?('GITHUB_ACTIONS') && RUBY_PLATFORM.match?(/darwin/)
with_tz("Europe/Lisbon") {
assert_equal("LMT", Time.new(-0x1_0000_0000_0000_0000).zone)
}
Expand Down

0 comments on commit 2f91681

Please sign in to comment.