python314Packages.universal-silabs-flasher: disable timing sensitive test

This commit is contained in:
Sandro Jäckel
2026-03-08 13:57:59 -07:00
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 = {