ripasso-cursive: skip failing test on darwin
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
|
||||
@@ -57,6 +58,13 @@ rustPlatform.buildRustPackage rec {
|
||||
export HOME=$(mktemp -d)
|
||||
'';
|
||||
|
||||
checkFlags = lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# Fails in the darwin sandbox with:
|
||||
# Attempted to create a NULL object.
|
||||
# event loop thread panicked
|
||||
"--skip=pass::pass_tests::test_add_recipient_not_in_key_ring"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
installManPage target/man-page/cursive/ripasso-cursive.1
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user