Skip to content

Commit

Permalink
不要なテスト削除
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Aug 14, 2024
1 parent afc1651 commit 3329b73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
- run: rye run pytest tests/test_sendonly_recvonly.py -s
- run: rye run pytest tests/test_messaging.py -s
- run: rye run pytest tests/test_openh264.py -s
- run: rye run pytest tests/test_stats.py -s
- run: rye run pytest tests/test_switched.py -s
- run: rye run pytest tests/test_vad.py -s

Expand Down Expand Up @@ -75,7 +74,6 @@ jobs:
- run: rye run pytest tests/test_sendonly_recvonly.py -s
- run: rye run pytest tests/test_messaging.py -s
- run: rye run pytest tests/test_openh264.py -s
- run: rye run pytest tests/test_stats.py -s
- run: rye run pytest tests/test_switched.py -s
- run: rye run pytest tests/test_vad.py -s

Expand Down Expand Up @@ -109,7 +107,6 @@ jobs:
- run: rye run pytest tests/test_messaging.py -s
# FIXME: OpenH264 + Windows は対応していないのでコメントアウト
# - run: rye run pytest tests/test_openh264.py -s
- run: rye run pytest tests/test_stats.py -s
- run: rye run pytest tests/test_switched.py -s
- run: rye run pytest tests/test_vad.py -s

Expand Down
23 changes: 0 additions & 23 deletions tests/test_stats.py

This file was deleted.

0 comments on commit 3329b73

Please sign in to comment.