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 37ba8d5 commit de22efe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 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_switched.py -s
- run: rye run pytest tests/test_vad.py -s

e2e_macos_test:
Expand Down Expand Up @@ -74,7 +73,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_switched.py -s
- run: rye run pytest tests/test_vad.py -s

# まだ Windows で E2E テストは早かったかもしれない
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_switched.py -s
- run: rye run pytest tests/test_vad.py -s

slack_notify_succeeded:
Expand Down
22 changes: 0 additions & 22 deletions tests/test_switched.py

This file was deleted.

0 comments on commit de22efe

Please sign in to comment.