blocksat-cli: disable failed test (#430851)

authored by

Pavol Rusnak and committed by
GitHub
27e7b640 08703663

+2
+2
pkgs/development/python-modules/blocksat-cli/default.nix
··· 58 # Non-NixOS package managers are not present in the build environment. 59 "test_parse_upgradable_list_apt" 60 "test_parse_upgradable_list_dnf" 61 ]; 62 63 disabledTestPaths = [ "blocksatgui/tests/" ];
··· 58 # Non-NixOS package managers are not present in the build environment. 59 "test_parse_upgradable_list_apt" 60 "test_parse_upgradable_list_dnf" 61 + # Fails due to GPG clearsign output lacking trailing newline in some setups. 62 + "test_clearsign_verification" 63 ]; 64 65 disabledTestPaths = [ "blocksatgui/tests/" ];