python3Packages.intake: disable flaky darwin test

This commit is contained in:
Ryan Burns 2021-11-04 20:44:20 -07:00
parent 914813789d
commit 2f2791faa1

View file

@ -21,6 +21,7 @@
, pythonOlder
, pyyaml
, requests
, stdenv
, tornado
}:
@ -84,6 +85,12 @@ buildPythonPackage rec {
"http"
"test_read_pattern"
"test_remote_arr"
"test_flatten_flag"
# Timing-based, flaky on darwin and possibly others
"TestServerV1Source.test_idle_timer"
] ++ lib.optionals (stdenv.isDarwin && lib.versionOlder stdenv.hostPlatform.darwinMinVersion "10.13") [
# Flaky with older low-res mtime on darwin < 10.13 (#143987)
"test_second_load_timestamp"
];
pythonImportsCheck = [