python311Packages.python-utils: mark test_timeout_generator flaky on linux too

This commit is contained in:
Peder Bergebakken Sundt
2024-06-16 18:00:03 +02:00
parent f6ff39b4ae
commit 5cec48072d
@@ -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"
];