python314Packages.universal-silabs-flasher: disable timing sensitive test
This commit is contained in:
committed by
Robert Schütz
parent
822e66f4d1
commit
2ec864a001
@@ -62,6 +62,11 @@ buildPythonPackage rec {
|
||||
pytest-timeout
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# timing sensitive
|
||||
"test_xmodem_happy_path"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "universal_silabs_flasher" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user