diff --git a/test/unit/issue_nested_set_concurrency_test.rb b/test/unit/issue_nested_set_concurrency_test.rb index b5f16db55..de5a1483b 100644 --- a/test/unit/issue_nested_set_concurrency_test.rb +++ b/test/unit/issue_nested_set_concurrency_test.rb @@ -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!