Commit 4461800 1 parent 51b999d commit 4461800 Copy full SHA for 4461800
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 @@ -200,18 +200,19 @@ jobs:
200
200
--tool-args "already-discovered --nodeid 1 --setup-pin-code 20202021 --address ::1 --port 5540 -t 1000" \
201
201
--factoryreset \
202
202
'
203
- - name : Run Pairing Address-PaseOnly Test
204
- timeout-minutes : 25
205
- run : |
206
- scripts/run_in_build_env.sh \
207
- './scripts/tests/run_java_test.py \
208
- --app out/linux-x64-all-clusters-ipv6only-no-ble-no-wifi-tsan-clang-test/chip-all-clusters-app \
209
- --app-args "--discriminator 3840 --interface-id -1" \
210
- --tool-path out/linux-x64-java-matter-controller \
211
- --tool-cluster "pairing" \
212
- --tool-args "address-paseonly --nodeid 1 --setup-pin-code 20202021 --address ::1 --port 5540 -t 1000" \
213
- --factoryreset \
214
- '
203
+ # Disabled due to failure: https://github.com/project-chip/connectedhomeip/issues/27361
204
+ # - name: Run Pairing Address-PaseOnly Test
205
+ # timeout-minutes: 25
206
+ # run: |
207
+ # scripts/run_in_build_env.sh \
208
+ # './scripts/tests/run_java_test.py \
209
+ # --app out/linux-x64-all-clusters-ipv6only-no-ble-no-wifi-tsan-clang-test/chip-all-clusters-app \
210
+ # --app-args "--discriminator 3840 --interface-id -1" \
211
+ # --tool-path out/linux-x64-java-matter-controller \
212
+ # --tool-cluster "pairing" \
213
+ # --tool-args "address-paseonly --nodeid 1 --setup-pin-code 20202021 --address ::1 --port 5540 -t 1000" \
214
+ # --factoryreset \
215
+ # '
215
216
- name : Run Pairing SetupQRCode Test
216
217
timeout-minutes : 25
217
218
run : |
You can’t perform that action at this time.
0 commit comments