summaryrefslogtreecommitdiff
path: root/spec/ruby/core/time/shared/local.rb
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2022-09-16 14:06:54 +0200
committerBenoit Daloze <eregontp@gmail.com>2022-09-27 19:32:46 +0200
commitbcd30fb96192993b629f24a5e551d22067220a78 (patch)
treeb3575d20032580f90fccb7f86fc2ffb40d18bd8b /spec/ruby/core/time/shared/local.rb
parent9d56d9975d867c94ab2a6d76e4482112ab6c3319 (diff)
Re-enable TZ test missed due to merge conflict.
This was disabled by b7577b4d9e, while properly fixed upstream by: https://github.com/ruby/spec/pull/939
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6393
Diffstat (limited to 'spec/ruby/core/time/shared/local.rb')
-rw-r--r--spec/ruby/core/time/shared/local.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/ruby/core/time/shared/local.rb b/spec/ruby/core/time/shared/local.rb
index 2dba23dbd7..c4aa7a7ea9 100644
--- a/spec/ruby/core/time/shared/local.rb
+++ b/spec/ruby/core/time/shared/local.rb
@@ -6,7 +6,6 @@ describe :time_local, shared: true do
end
end
-=begin
platform_is_not :windows do
describe "timezone changes" do
it "correctly adjusts the timezone change to 'CET' on 'Europe/Amsterdam'" do
@@ -17,7 +16,6 @@ describe :time_local, shared: true do
end
end
end
-=end
end
describe :time_local_10_arg, shared: true do