Skip to content

Commit

Permalink
tmp: force a failure
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton committed Mar 1, 2023
1 parent 492f75a commit 9097f59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modeldb/modeldb-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,8 @@
# - it tries to access /proc/uptime, which is not portable
# - if that works (i.e. on Linux) it runs with a different seed every time,
# which is unhelpful in a CI context
- sed -i'.bak' -e 's#ropen(#// ropen(#g;s#rseed = fscan()#rseed=424242#g' testnet.hoc
# FIXME disabled to force a failure
#- sed -i'.bak' -e 's#ropen(#// ropen(#g;s#rseed = fscan()#rseed=424242#g' testnet.hoc
52034:
run:
- run_short()
Expand Down

0 comments on commit 9097f59

Please sign in to comment.