File tree 1 file changed +13
-12
lines changed
1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -191,18 +191,19 @@ jobs:
191
191
--tool-args "already-discovered --nodeid 1 --setup-pin-code 20202021 --address ::1 --port 5540 -t 1000" \
192
192
--factoryreset \
193
193
'
194
- # Disabled due to failure: https://github.com/project-chip/connectedhomeip/issues/27361
195
- # - name: Run Pairing Address-PaseOnly Test
196
- # run: |
197
- # scripts/run_in_python_env.sh out/venv \
198
- # './scripts/tests/run_java_test.py \
199
- # --app out/linux-x64-all-clusters-ipv6only-no-ble-no-wifi-tsan-clang-test/chip-all-clusters-app \
200
- # --app-args "--discriminator 3840 --interface-id -1" \
201
- # --tool-path out/linux-x64-java-matter-controller \
202
- # --tool-cluster "pairing" \
203
- # --tool-args "address-paseonly --nodeid 1 --setup-pin-code 20202021 --address ::1 --port 5540 -t 1000" \
204
- # --factoryreset \
205
- # '
194
+ - name : Run Pairing Address-PaseOnly Test
195
+ # Disabled due to failure: https://github.com/project-chip/connectedhomeip/issues/27361
196
+ if : false
197
+ run : |
198
+ scripts/run_in_python_env.sh out/venv \
199
+ './scripts/tests/run_java_test.py \
200
+ --app out/linux-x64-all-clusters-ipv6only-no-ble-no-wifi-tsan-clang-test/chip-all-clusters-app \
201
+ --app-args "--discriminator 3840 --interface-id -1" \
202
+ --tool-path out/linux-x64-java-matter-controller \
203
+ --tool-cluster "pairing" \
204
+ --tool-args "address-paseonly --nodeid 1 --setup-pin-code 20202021 --address ::1 --port 5540 -t 1000" \
205
+ --factoryreset \
206
+ '
206
207
- name : Run Pairing SetupQRCode Test
207
208
run : |
208
209
scripts/run_in_python_env.sh out/venv \
You can’t perform that action at this time.
0 commit comments