##// END OF EJS Templates
Update decorators.py
Laurent Gautier -
Show More
@@ -333,7 +333,7 b" skipif_not_matplotlib = skip_without('matplotlib')"
333 333
334 334 skipif_not_sympy = skip_without('sympy')
335 335
336 skip_known_failure = knownfailureif(True,'This test is known to fail')
336 skip_known_failure = dec.knownfailureif(True,'This test is known to fail')
337 337
338 338 # A null 'decorator', useful to make more readable code that needs to pick
339 339 # between different decorators based on OS or other conditions
General Comments 0
You need to be logged in to leave comments. Login now