skip pdfviewer tests on Mac

This commit is contained in:
Robin Dunn
2015-12-23 18:05:01 -08:00
parent bd83c28a01
commit 3bd8317aaf

View File

@@ -15,7 +15,7 @@ samplePdf = os.path.join(dataDir, "sample.pdf")
#---------------------------------------------------------------------------
@unittest.skip('crashing on OSX...') # problem with a nested yield in GenericProgressDialog?
@unittest.skipIf('wxMac' in wx.PlatformInfo, 'test is crashing on Mac...')
class lib_pdfviewer_pdfviewer_Tests(wtc.WidgetTestCase):
@unittest.skipIf(not havePyPDF, "pyPdf required")