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 c623fe2 commit 11361a7Copy full SHA for 11361a7
test/db/mysql/simple_test.rb
@@ -115,14 +115,6 @@ def test_preserving_time_objects_with_time_with_zone_conversion_to_default_timez
115
super
116
end
117
118
- # @override
119
- def test_time_with_default_timezone_local
120
- if ENV['CI']
121
- pend 'TODO: CI: when we start off with UTC the MySQL driver does not handle the time-zone switch right'
122
- end
123
- super
124
125
-
126
# NOTE: all of the above pends are not crucial
127
# we're really pushing the limits with switching TZ in the system ... esp. for the MySQL driver
128
0 commit comments