Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions test/test_helper.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ ExUnit.start()

# Tests tagged :verisim_data require the verisim-data git-backed flat-file store
# to be cloned and populated by running hypatia-scan across the estate.
# These tests pass in CI (where verisim-data is available) but are excluded
# from local development runs to avoid spurious failures.
# Run with: mix test --include verisim_data
# These tests are CURRENTLY UNRUNNABLE in CI (verisim-data is not provisioned)
# and fail 129/242 when run locally with --include verisim_data.
# Excluded from all runs until verisim-data can be provisioned in CI.
# See issue #692. Run with: mix test --include verisim_data
# Pinned seed (#643): two CI runs with zero source changes differed by ±6
# failures from seed alone, making failure-count deltas meaningless as
# evidence. Pass --seed N explicitly to probe order-dependence.
Expand Down
Loading