Skip to content

Commit

Permalink
BF(TST): Exclude from testing for having URLs those which we marked i…
Browse files Browse the repository at this point in the history
…n neurodesk as no longer distributed
  • Loading branch information
yarikoptic committed May 23, 2024
1 parent 93a1029 commit 932d742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests/test_repo_state.bats
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
load test_helpers

@test "verify that images are available either from web or our server" {
unavail=$(git annex find --not --in web --and --not --in 71c620b5-997f-4849-bb30-c42dbb48a51e)
unavail=$(git annex find --not --in web --and --not --in 71c620b5-997f-4849-bb30-c42dbb48a51e --and --not --metadata distribution-restrictions=no-longer)
if [ -n "$unavail" ]; then
fail "Following files are not available from the web or our datasets.datalad.org remote: $unavail"
fi
Expand Down

0 comments on commit 932d742

Please sign in to comment.