mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
skip pdfviewer tests on Mac
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user