1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-11 03:33:07 +00:00

Merged r16926.

git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@16927 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2017-07-30 17:10:08 +00:00
parent 4195d0e1ee
commit f3e420c802

View File

@ -27,7 +27,7 @@ class IssueNestedSetConcurrencyTest < ActiveSupport::TestCase
self.use_transactional_fixtures = false
def setup
skip if sqlite?
skip if sqlite? || mysql?
CustomField.delete_all
end
@ -36,8 +36,6 @@ 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!