1
0
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:
Jean-Philippe Lang 2017-07-23 21:06:52 +00:00
parent e00bbda8ee
commit de4df036f5

View File

@ -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!