Skip to content

Commit

Permalink
Remove frozen check for functional test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmknutsen committed May 30, 2023
1 parent 1335f4f commit 7c4f838
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ jobs:
while [[ ! -f cf/cfe_test.log ]]; do
temp=$(grep -c "BEGIN" cf/cfe_test.tmp)
if [ $temp -eq $counter ]; then
echo "Test is frozen. Quitting"
break
fi
counter=$(grep -c "BEGIN" cf/cfe_test.tmp)
echo "Waiting for CFE Tests"
sleep 60
Expand Down

0 comments on commit 7c4f838

Please sign in to comment.