mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Skip the webengine build test on macOS build VM as it is flaky
This commit is contained in:
parent
e0f5a5aab4
commit
6d2d0d8201
@ -230,6 +230,8 @@ class BuildTest(unittest.TestCase):
|
||||
p.printToPdf(print_callback)
|
||||
QTimer.singleShot(5000, lambda: QApplication.instance().quit())
|
||||
QApplication.instance().exec_()
|
||||
test_flaky = isosx and not is_ci
|
||||
if not test_flaky:
|
||||
self.assertEqual(callback.result, 2, 'Simple JS computation failed')
|
||||
self.assertIn(b'Skia/PDF', bytes(print_callback.result), 'Print to PDF failed')
|
||||
del p
|
||||
|
Loading…
x
Reference in New Issue
Block a user