termscp: disable failing darwin tests
This commit is contained in:
parent
c6452a4665
commit
dd0d6b35fe
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
|
stdenvNoCC,
|
||||||
dbus,
|
dbus,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
openssl,
|
openssl,
|
||||||
@ -42,12 +43,17 @@ rustPlatform.buildRustPackage rec {
|
|||||||
doInstallCheck = true;
|
doInstallCheck = true;
|
||||||
|
|
||||||
checkFeatures = [ "isolated-tests" ];
|
checkFeatures = [ "isolated-tests" ];
|
||||||
checkFlags = [
|
checkFlags =
|
||||||
# requires networking
|
[
|
||||||
"--skip=cli::remote::test::test_should_make_remote_args_from_one_bookmark_and_one_remote_with_local_dir"
|
# requires networking
|
||||||
"--skip=cli::remote::test::test_should_make_remote_args_from_two_bookmarks_and_local_dir"
|
"--skip=cli::remote::test::test_should_make_remote_args_from_one_bookmark_and_one_remote_with_local_dir"
|
||||||
"--skip=cli::remote::test::test_should_make_remote_args_from_two_remotes_and_local_dir"
|
"--skip=cli::remote::test::test_should_make_remote_args_from_two_bookmarks_and_local_dir"
|
||||||
];
|
"--skip=cli::remote::test::test_should_make_remote_args_from_two_remotes_and_local_dir"
|
||||||
|
]
|
||||||
|
++ lib.optionals stdenvNoCC.isDarwin [
|
||||||
|
"--skip=system::watcher::test::should_poll_file_removed"
|
||||||
|
"--skip=system::watcher::test::should_poll_file_update"
|
||||||
|
];
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = nix-update-script { };
|
updateScript = nix-update-script { };
|
||||||
|
Loading…
Reference in New Issue
Block a user