Skip to content

Commit

Permalink
skip oleville news smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
drewvolz committed Nov 25, 2024
1 parent 435c7e3 commit ff31080
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ for route in $(curl -s localhost:3000/v1/routes | jq -r '.[].path'); do
continue
;;

"/v1/news/named/oleville")
echo "skip because oleville tends to break often and isn't worth testing"
continue
;;

*"/:"*)
echo "skip because of parameter placeholders"
continue
Expand Down

0 comments on commit ff31080

Please sign in to comment.