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 58 # Non-NixOS package managers are not present in the build environment. 59 59 "test_parse_upgradable_list_apt" 60 60 "test_parse_upgradable_list_dnf" 61 + # Fails due to GPG clearsign output lacking trailing newline in some setups. 62 + "test_clearsign_verification" 61 63 ]; 62 64 63 65 disabledTestPaths = [ "blocksatgui/tests/" ];