Merge pull request #330007 from pbsds/fix-labgrid-1721941995
python311Packages.labgrid: disable flaky test
This commit is contained in:
commit
b01da25211
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user