diff options
author | Go MAEDA <maeda@farend.jp> | 2019-08-28 08:21:08 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-08-28 08:21:08 +0000 |
commit | 62443361afdff3ecfaf9f0e20cd4db592c3929f8 (patch) | |
tree | 69f20877a224b00996118bb19c1124f0b8ed0166 | |
parent | ae8ee086b43673991239d6fb11ac3526b52d9e81 (diff) | |
download | redmine-62443361afdff3ecfaf9f0e20cd4db592c3929f8.tar.gz redmine-62443361afdff3ecfaf9f0e20cd4db592c3929f8.zip |
IssueCustomFieldTest randomly fails (#31967).
Patch by Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@18409 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/unit/issue_custom_field_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/issue_custom_field_test.rb b/test/unit/issue_custom_field_test.rb index f6e6d4863..321dceb43 100644 --- a/test/unit/issue_custom_field_test.rb +++ b/test/unit/issue_custom_field_test.rb @@ -26,7 +26,6 @@ class IssueCustomFieldTest < ActiveSupport::TestCase def setup User.current = nil - @category = IssueCategory.find(1) end def test_custom_field_with_visible_set_to_false_should_validate_roles |