mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
test_bugdown: Fix ignore-testcase feature for markdown_test_cases.
We accidentally were 'return'ing on encountering an ignored case, and thus exiting the loop, not running further testcases.
This commit is contained in:
committed by
Tim Abbott
parent
c1432d9dfc
commit
6c96ba79e0
@@ -264,7 +264,7 @@ class BugdownTest(ZulipTestCase):
|
||||
|
||||
# Ignore tests if specified
|
||||
if test.get('ignore', False):
|
||||
return # nocoverage
|
||||
continue # nocoverage
|
||||
|
||||
if test.get('translate_emoticons', False):
|
||||
# Create a userprofile and send message with it.
|
||||
|
||||
Reference in New Issue
Block a user