]> source.dussan.org Git - redmine.git/commitdiff
Test fails with mysql 5.7.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 23 Jul 2017 21:06:52 +0000 (21:06 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 23 Jul 2017 21:06:52 +0000 (21:06 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16874 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/issue_nested_set_concurrency_test.rb

index 2f8daf8c8306e3428d641ed657bb6f0e66d448a8..f5d60bf04488b62a9a96f7749ed13ea2e415a507 100644 (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!