Actions
Testing #2118
closedUnit tests fail repeatedly
Start date:
08/29/2024
Due date:
08/29/2024
% Done:
0%
Estimated time:
Affected component:
Compatible Redmine Version:
5.1.z
Pull Request Link:
Description
FAIL IssueTest#test_assigning_attributes_should_assign_project_and_tracker_first (162.45s)
unexpected invocation: subject=(Test)
app/models/issue.rb:473:in `assign_attributes'
app/models/issue.rb:477:in `attributes='
test/unit/issue_test.rb:704:in `block in test_assigning_attributes_should_assign_project_and_tracker_first'
test/unit/issue_test.rb:703:in `test_assigning_attributes_should_assign_project_and_tracker_first'
FAIL IssueTest#test_issue_overdue_should_respect_user_timezone (185.24s)
Expected false to be truthy.
test/unit/issue_test.rb:3381:in `test_issue_overdue_should_respect_user_timezone'
Updated by liaham 11 months ago
The first test failure refers to a higher version of mocha. See also https://www.redmine.org/issues/40603.
Actions