1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-26 02:11:15 +00:00

Skip all issue concurrency tests with MySQL.

git-svn-id: http://svn.redmine.org/redmine/trunk@16926 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2017-07-30 17:09:45 +00:00
parent f2480d3ee3
commit d827fc4a75

View File

@ -27,7 +27,7 @@ class IssueNestedSetConcurrencyTest < ActiveSupport::TestCase
self.use_transactional_tests = 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!