Remove disables in link action tests #3343
Labels
enhancement
This improves an existing feature
needs-further-investigation
This issue needs some further research/investigation
Motivation
#3096 introduced tests for actions users can take for links. Due to some unknown difficulty some assertions are disabled in
tests/cms/views/link_replace/test_link_actions.py
.Investigate the cause and find a solution. Remove the disables.
Proposed Solution
Following approaches were tried, but didn't succeed:
listeners.tests_running = True
This lead to the problem that the tests in which this is applied never ends.
settings.LINKCHECK_DISABLE_LISTENERS = False
Brought no effect
Alternatives
User Story
Additional Context
None
Design Requirements
Related Issues
The text was updated successfully, but these errors were encountered: