Commit 6f359f5e authored by Jason Madden's avatar Jason Madden

Sense of the test was wrong.

parent 0f3061bc
......@@ -503,7 +503,7 @@ def populate(): # pylint:disable=too-many-branches
# TODO: Verify that this doesn't match more than once.
if condition:
TEST_FILE_OPTIONS.setdefault(test_name, {})[opt_name] = value
if not action.when:
if action.when:
if isinstance(action, Ignored):
IGNORED_TESTS.append(test_name)
elif isinstance(action, Flaky):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment