mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
Test fails with mysql 5.7.
git-svn-id: http://svn.redmine.org/redmine/trunk@16874 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e00bbda8ee
commit
de4df036f5
@ -36,6 +36,8 @@ class IssueNestedSetConcurrencyTest < ActiveSupport::TestCase
|
||||
end
|
||||
|
||||
def test_concurrency
|
||||
skip if mysql?
|
||||
|
||||
# Generates an issue and destroys it in order
|
||||
# to load all needed classes before starting threads
|
||||
i = Issue.generate!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user