Преглед на файлове

Skip all issue concurrency tests with MySQL.

git-svn-id: http://svn.redmine.org/redmine/trunk@16926 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.0.0
Jean-Philippe Lang преди 6 години
родител
ревизия
d827fc4a75
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. 1
    3
      test/unit/issue_nested_set_concurrency_test.rb

+ 1
- 3
test/unit/issue_nested_set_concurrency_test.rb Целия файл

@@ -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!

Loading…
Отказ
Запис