kezhenxu94 commented on code in PR #9575:
URL: https://github.com/apache/skywalking/pull/9575#discussion_r971830069
##########
test/e2e-v2/cases/mysql/mysql-slowsql/e2e.yaml:
##########
@@ -17,20 +17,20 @@
setup:
env: compose
- file: docker-compose.yml
+ file: docker-compose.yaml
timeout: 20m
init-system-environment: ../../../script/env
steps:
- name: set PATH
command: export PATH=/tmp/skywalking-infra-e2e/bin:$PATH
- - name: install yq
- command: bash test/e2e-v2/script/prepare/setup-e2e-shell/install.sh yq
- - name: install swctl
- command: bash test/e2e-v2/script/prepare/setup-e2e-shell/install.sh swctl
+# - name: install yq
+# command: bash test/e2e-v2/script/prepare/setup-e2e-shell/install.sh yq
+# - name: install swctl
+# command: bash test/e2e-v2/script/prepare/setup-e2e-shell/install.sh
swctl
Review Comment:
```suggestion
- name: install yq
command: bash test/e2e-v2/script/prepare/setup-e2e-shell/install.sh yq
- name: install swctl
command: bash test/e2e-v2/script/prepare/setup-e2e-shell/install.sh
swctl
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]