This is an automated email from the ASF dual-hosted git repository.

yihaochen pushed a commit to branch disable-uwsgi-test
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git


The following commit(s) were added to refs/heads/disable-uwsgi-test by this 
push:
     new ed448c1  Disable uwsgi e2e
ed448c1 is described below

commit ed448c1214a859d74d2ac0b550da55f88a927691
Author: Superskyyy <supersk...@outlook.com>
AuthorDate: Thu Apr 11 07:16:18 2024 -0400

    Disable uwsgi e2e
---
 .github/workflows/CI.yaml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml
index 978a923..1fd1268 100644
--- a/.github/workflows/CI.yaml
+++ b/.github/workflows/CI.yaml
@@ -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

Reply via email to