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

Skip to content

Commit 5bbf7d3

Browse files
committed
Testing: mark test with knownfailure decorator
This will let the buildbots detect any new errors while we figure out what's going on with this one. svn path=/trunk/matplotlib/; revision=7632
1 parent e3be044 commit 5bbf7d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/test_matplotlib/TestAxes.py

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

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

0 commit comments

Comments
 (0)