##// END OF EJS Templates
skip_known_failure using skip, not knowfailureif...
Paul Ivanov -
Show More
@@ -319,7 +319,7 b' skipif_not_numpy = skipif(module_not_available(\'numpy\'),"This test requires nump'
319
319
320 skipif_not_sympy = skipif(module_not_available('sympy'),"This test requires sympy")
320 skipif_not_sympy = skipif(module_not_available('sympy'),"This test requires sympy")
321
321
322 skip_known_failure = knownfailureif(True,'This test is known to fail')
322 skip_known_failure = skip('This test is known to fail')
323
323
324 # A null 'decorator', useful to make more readable code that needs to pick
324 # A null 'decorator', useful to make more readable code that needs to pick
325 # between different decorators based on OS or other conditions
325 # between different decorators based on OS or other conditions
General Comments 0
You need to be logged in to leave comments. Login now