Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4524134 commit 02d7003Copy full SHA for 02d7003
1 file changed
lib/matplotlib/testing/decorators.py
@@ -19,7 +19,7 @@ def failer(*args, **kwargs):
19
raise KnownFailureTest(msg)
20
else:
21
raise
22
- if fail_condition:
+ if fail_condition and fail_condition != 'indeterminate':
23
raise KnownFailureDidNotFailTest(msg)
24
return result
25
return nose.tools.make_decorator(f)(failer)
0 commit comments