Skip to content

Commit

Permalink
revert skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Jan 7, 2025
1 parent fcf98de commit 5685d2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/fsrand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ jobs:
workflow_conclusion: completed

- name: Test
if: false
timeout-minutes: 125
run: |
timeout 7200 sudo -E LOG_LEVEL=WARNING python3 .github/scripts/hypo/fs.py 2>&1 | tee fsrand.log || code=$?; if [[ $code -ne 124 && $code -ne 0 ]]; then echo test failed; exit $code; fi
Expand Down

0 comments on commit 5685d2f

Please sign in to comment.