]> source.dussan.org Git - redmine.git/commitdiff
Merged r16926.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 30 Jul 2017 17:10:08 +0000 (17:10 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 30 Jul 2017 17:10:08 +0000 (17:10 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@16927 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/issue_nested_set_concurrency_test.rb

index b5f16db557981f516510cc6ed897feba10433755..de5a1483b5389e92152e5129afe6e3551cb4c7ab 100644 (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!