Skip to content

Commit

Permalink
Disable uwsgi e2e (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
Superskyyy authored Apr 11, 2024
1 parent 33815fe commit f7b10db
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,20 +232,20 @@ jobs:
path: tests/e2e/case/grpc/single/e2e.yaml
- name: gRPC-gunicorn
path: tests/e2e/case/grpc/gunicorn/e2e.yaml
- name: gRPC-uwsgi
path: tests/e2e/case/grpc/uwsgi/e2e.yaml
# - name: gRPC-uwsgi
# path: tests/e2e/case/grpc/uwsgi/e2e.yaml
- name: HTTP-single-process
path: tests/e2e/case/http/single/e2e.yaml
- name: HTTP-gunicorn
path: tests/e2e/case/http/gunicorn/e2e.yaml
- name: HTTP-uwsgi
path: tests/e2e/case/http/uwsgi/e2e.yaml
# - name: HTTP-uwsgi
# path: tests/e2e/case/http/uwsgi/e2e.yaml
- name: Kafka-single-process
path: tests/e2e/case/kafka/single/e2e.yaml
- name: Kafka-gunicorn
path: tests/e2e/case/kafka/gunicorn/e2e.yaml
- name: Kafka-uwsgi
path: tests/e2e/case/kafka/uwsgi/e2e.yaml
# - name: Kafka-uwsgi
# path: tests/e2e/case/kafka/uwsgi/e2e.yaml
- name: profiling_threading
path: tests/e2e/case/profiling/threading/e2e.yaml
- name: profiling_greenlet
Expand Down

0 comments on commit f7b10db

Please sign in to comment.