mirror of
https://github.com/redmine/redmine.git
synced 2025-11-09 06:46:01 +01:00
Test failure with mysql (#30288).
git-svn-id: http://svn.redmine.org/redmine/trunk@18284 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -356,6 +356,8 @@ class IssuesControllerTest < Redmine::ControllerTest
|
||||
end
|
||||
|
||||
def test_index_grouped_by_created_on_if_time_zone_is_utc
|
||||
# TODO: test fails with mysql
|
||||
skip if mysql?
|
||||
skip unless IssueQuery.new.groupable_columns.detect {|c| c.name == :created_on}
|
||||
|
||||
@request.session[:user_id] = 2
|
||||
|
||||
Reference in New Issue
Block a user