python3Packages.labgrid: disabled flaky tests (#473625)
This commit is contained in:
@@ -90,9 +90,14 @@ buildPythonPackage rec {
|
||||
pytest-dependency
|
||||
];
|
||||
|
||||
disabledtests = [
|
||||
disabledTests = [
|
||||
# flaky, timing sensitive
|
||||
"test_timing"
|
||||
|
||||
# flaky, depends on ssh connection
|
||||
"test_argument_device_expansion"
|
||||
"test_argument_file_expansion"
|
||||
"test_local_managedfile"
|
||||
];
|
||||
|
||||
pytestFlags = [ "--benchmark-disable" ];
|
||||
|
||||
Reference in New Issue
Block a user