Skip to content

Commit f7b10db

Browse files
authored
Disable uwsgi e2e (#337)
1 parent 33815fe commit f7b10db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/CI.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -232,20 +232,20 @@ jobs:
232232
path: tests/e2e/case/grpc/single/e2e.yaml
233233
- name: gRPC-gunicorn
234234
path: tests/e2e/case/grpc/gunicorn/e2e.yaml
235-
- name: gRPC-uwsgi
236-
path: tests/e2e/case/grpc/uwsgi/e2e.yaml
235+
# - name: gRPC-uwsgi
236+
# path: tests/e2e/case/grpc/uwsgi/e2e.yaml
237237
- name: HTTP-single-process
238238
path: tests/e2e/case/http/single/e2e.yaml
239239
- name: HTTP-gunicorn
240240
path: tests/e2e/case/http/gunicorn/e2e.yaml
241-
- name: HTTP-uwsgi
242-
path: tests/e2e/case/http/uwsgi/e2e.yaml
241+
# - name: HTTP-uwsgi
242+
# path: tests/e2e/case/http/uwsgi/e2e.yaml
243243
- name: Kafka-single-process
244244
path: tests/e2e/case/kafka/single/e2e.yaml
245245
- name: Kafka-gunicorn
246246
path: tests/e2e/case/kafka/gunicorn/e2e.yaml
247-
- name: Kafka-uwsgi
248-
path: tests/e2e/case/kafka/uwsgi/e2e.yaml
247+
# - name: Kafka-uwsgi
248+
# path: tests/e2e/case/kafka/uwsgi/e2e.yaml
249249
- name: profiling_threading
250250
path: tests/e2e/case/profiling/threading/e2e.yaml
251251
- name: profiling_greenlet

0 commit comments

Comments
 (0)