Skip to content

Commit

Permalink
Skip a broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed May 15, 2024
1 parent 35bbd85 commit b6be10d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/flake-regressions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ echo "Running flake tests..."

for flake in $flakes; do

# This test has a bad flake.lock that doesn't include
# `lastModified` for its nixpkgs input. (#10612)
if [[ $flake == tests/the-nix-way/nome/0.1.2 ]]; then
continue
fi

if ! REGENERATE=0 ./eval-flake.sh $flake; then
status=1
echo "$flake"
Expand Down

0 comments on commit b6be10d

Please sign in to comment.