Skip to content

Commit

Permalink
[test/stateful] Disable again
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Feb 1, 2022
1 parent 3d728f9 commit 8796327
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/stateful.sh
Expand Up @@ -51,7 +51,7 @@ signals
EOF
}

run-task-with-status() {
UNUSED_run-task-with-status() {
### like function in test/common.sh, but failure not suppressed
local out_file=$1
shift
Expand Down Expand Up @@ -165,7 +165,8 @@ all() {
return $status
}

# UNUSED since it inhibits the
# UNUSED since 'flaky-workaround run-task-with-status' doesn't compose correctly.
# run-task-with-status writes a file with the status and exits 0.

flaky-workaround() {
### If a command fails, see if it can succeed 2 out of the next 4 times
Expand Down

0 comments on commit 8796327

Please sign in to comment.