linkchecker: disable failing tests (#345567)

This commit is contained in:
Sandro 2024-10-04 14:48:25 +02:00 committed by GitHub
commit b6bcc39752
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,8 @@ python3.pkgs.buildPythonApplication rec {
"TestLoginUrl"
"test_timeit2" # flakey, and depends sleep being precise to the milisecond
"test_internet" # uses network, fails on Darwin (not sure why it doesn't fail on linux)
"test_markdown" # uses sys.version_info for conditional testing
"test_itms_services" # uses sys.version_info for conditional testing
];
disabledTestPaths = [