summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-23 21:06:52 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-23 21:06:52 +0000
commitde4df036f5fa69e883d476ac87ff5845f3934b2a (patch)
treec22af89bdd1540171ced605990ad21ce6b88e9ec /test
parente00bbda8eedec61c59e6a33c8d12c88cf2d90e88 (diff)
downloadredmine-de4df036f5fa69e883d476ac87ff5845f3934b2a.tar.gz
redmine-de4df036f5fa69e883d476ac87ff5845f3934b2a.zip
Test fails with mysql 5.7.
git-svn-id: http://svn.redmine.org/redmine/trunk@16874 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/unit/issue_nested_set_concurrency_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/issue_nested_set_concurrency_test.rb b/test/unit/issue_nested_set_concurrency_test.rb
index 2f8daf8c8..f5d60bf04 100644
--- a/test/unit/issue_nested_set_concurrency_test.rb
+++ b/test/unit/issue_nested_set_concurrency_test.rb
@@ -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!