Skip to content

Commit

Permalink
skip random test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Jan 7, 2025
1 parent 828bff6 commit 3736500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fsrand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ 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
1 change: 1 addition & 0 deletions .github/workflows/pysdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ jobs:
sudo USE_SDK=true META_URL=$meta_url python3 .github/scripts/hypo/fs_sdk_test.py
- name: Run fs.py
if: false
run: |
source .github/scripts/start_meta_engine.sh
meta_url=$(get_meta_url ${{matrix.meta}})
Expand Down

0 comments on commit 3736500

Please sign in to comment.