Unverified Commit b6bcc397 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

linkchecker: disable failing tests (#345567)

parents a91d15cc cdf50325
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = [