Skip to content

Commit 11361a7

Browse files
committed
Remove pending test as the time zone will be changed for the DB connection
1 parent c623fe2 commit 11361a7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/db/mysql/simple_test.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,6 @@ def test_preserving_time_objects_with_time_with_zone_conversion_to_default_timez
115115
super
116116
end
117117

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-
end
125-
126118
# NOTE: all of the above pends are not crucial
127119
# we're really pushing the limits with switching TZ in the system ... esp. for the MySQL driver
128120

0 commit comments

Comments
 (0)