Merge pull request #330007 from pbsds/fix-labgrid-1721941995

python311Packages.labgrid: disable flaky test
This commit is contained in:
Aleksana 2024-07-26 11:44:06 +08:00 committed by GitHub
commit b01da25211
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,6 +82,11 @@ buildPythonPackage rec {
pytest-dependency
];
disabledtests = [
# flaky, timing sensitive
"test_timing"
];
meta = with lib; {
description = "Embedded control & testing library";
homepage = "https://labgrid.org";