Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1e909bd

Browse files
committed
testing: switch known failure condition to 'indeterminate' for SF bug 2850075
svn path=/trunk/matplotlib/; revision=7643
1 parent 02d7003 commit 1e909bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_matplotlib/TestAxes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def tearDown( self ):
4343
pass
4444

4545
#--------------------------------------------------------------------
46-
@knownfailureif(True, "Fails due to SF bug 2850075")
46+
@knownfailureif('indeterminate', "Fails due to SF bug 2850075")
4747
def test_empty_datetime( self ):
4848
"""Test plotting empty axes with dates along one axis."""
4949
fname = self.outFile( "empty_datetime.png" )

0 commit comments

Comments
 (0)