python311Packages.manifest-ml: disable time-sensitve test

This commit is contained in:
Fabian Affolter
2023-08-31 08:27:27 +02:00
parent 3810cb5681
commit 023ed237f5
@@ -95,6 +95,8 @@ buildPythonPackage rec {
"test_get"
# this test has network access
"test_retry_handling"
# Test is time-senstive
"test_timing"
];
meta = with lib; {