Skip to content

Commit

Permalink
Tests: disable test for fetcher-cache-v2.sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
xzfc committed Nov 24, 2024
1 parent f55d6d4 commit 4c6e58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/t17-interactive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ run $expect tmp/run 'cached-nix-shell --pure -p' << 'EOF'
echo uryyb jbeyq | tr a-z n-za-m
EOF
check_contains 'hello world'
skip '[ "$(uname)" = Darwin ]' check_fast # TODO: fix /tmp/nix-$$-* issue
skip true check_fast # TODO: handle /tmp/nix-$$-*, fetcher-cache-v2.sqlite

run cached-nix-shell --pure -p --exec true
check_fast
Expand Down

0 comments on commit 4c6e58a

Please sign in to comment.