We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d515292 commit ac458f6Copy full SHA for ac458f6
test/ruby/test_time_tz.rb
@@ -201,9 +201,8 @@ def test_europe_berlin
201
end
202
203
def test_europe_lisbon
204
- omit 'this becomes CET on macOS during DST' if ENV.key?('GITHUB_ACTIONS') && RUBY_PLATFORM.match?(/darwin/)
205
with_tz("Europe/Lisbon") {
206
- assert_equal("LMT", Time.new(-0x1_0000_0000_0000_0000).zone)
+ assert_include(%w"LMT CET", Time.new(-0x1_0000_0000_0000_0000).zone)
207
}
208
end if has_lisbon_tz
209
0 commit comments