fix: skip last modified time test for nix (#2622)

This commit is contained in:
Zhongcheng Lao 2024-09-24 03:31:55 +08:00 committed by GitHub
parent b7b603138b
commit 89a8774f67
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ rustPlatform.buildRustPackage {
# is excluded by default from Nix.
checkPhase = ''
RUST_BACKTRACE=full cargo test --all-features -- \
--skip cli::plugins::ls::tests::test_plugin_list_urls
--skip cli::plugins::ls::tests::test_plugin_list_urls \
--skip tera::tests::test_last_modified
'';
meta = with lib; {