Skip to content

Commit

Permalink
skip random test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 authored and CodingPoeta committed Jan 8, 2025
1 parent 828bff6 commit 5063371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fsrand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: check fsrand.log
if: always()
run: |
tail -500 fsrand.log
[[ -f fsrand.log ]] && tail -500 fsrand.log || true
- name: check juicefs.log
if: always()
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 5063371

Please sign in to comment.