We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc0cad commit 47fe001Copy full SHA for 47fe001
tests/test_general.py
@@ -1425,6 +1425,10 @@ def test_open2():
1425
Checks behaviour of fz_open_document() and fz_open_document_with_stream()
1426
with different filenames/magic values.
1427
'''
1428
+ if platform.system() == 'Windows':
1429
+ print(f'test_open2(): not running on Windows because `git ls-files` known fail on Github Windows runners.')
1430
+ return
1431
+
1432
root = os.path.normpath(f'{__file__}/../..')
1433
root = relpath(root)
1434
0 commit comments