Merge pull request #320304 from pbsds/fix-python-utils-test_timeout_generator-1718553380
python311Packages.python-utils: mark test_timeout_generator flaky on linux too
This commit is contained in:
commit
5b142de3ca
@ -1,6 +1,5 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
loguru,
|
||||
@ -45,8 +44,8 @@ buildPythonPackage rec {
|
||||
|
||||
pytestFlagsArray = [ "_python_utils_tests" ];
|
||||
|
||||
disabledTests = lib.optionals stdenv.isDarwin [
|
||||
# Flaky tests on darwin
|
||||
disabledTests = [
|
||||
# Flaky tests
|
||||
"test_timeout_generator"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user