File tree 1 file changed +13
-11
lines changed
1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -236,17 +236,19 @@ jobs:
236
236
--tool-args "onnetwork-long --nodeid 1 --setup-pin-code 20202021 --discriminator 3840 -t 1000" \
237
237
--factoryreset \
238
238
'
239
- - name : Run Pairing Onnetwork and get diagnostic log Test
240
- run : |
241
- scripts/run_in_python_env.sh out/venv \
242
- './scripts/tests/run_java_test.py \
243
- --app out/linux-x64-all-clusters-ipv6only-no-ble-no-wifi-tsan-clang-test/chip-all-clusters-app \
244
- --app-args "--discriminator 3840 --interface-id -1 --crash_log ./crashLog.log --end_user_support_log ./enduser.log --network_diagnostics_log ./network.log" \
245
- --tool-path out/linux-x64-java-matter-controller \
246
- --tool-cluster "bdx" \
247
- --tool-args "onnetwork-long-downloadLog --nodeid 1 --setup-pin-code 20202021 --discriminator 3840 -t 3000 --logType CrashLogs --fileName ./crashLog.log" \
248
- --factoryreset \
249
- '
239
+ # TODO: test below is disabled because it seems flaky (crashes on pool not being empty on app exit)
240
+ # See: https://github.com/project-chip/connectedhomeip/issues/36734
241
+ # - name: Run Pairing Onnetwork and get diagnostic log Test
242
+ # run: |
243
+ # scripts/run_in_python_env.sh out/venv \
244
+ # './scripts/tests/run_java_test.py \
245
+ # --app out/linux-x64-all-clusters-ipv6only-no-ble-no-wifi-tsan-clang-test/chip-all-clusters-app \
246
+ # --app-args "--discriminator 3840 --interface-id -1 --crash_log ./crashLog.log --end_user_support_log ./enduser.log --network_diagnostics_log ./network.log" \
247
+ # --tool-path out/linux-x64-java-matter-controller \
248
+ # --tool-cluster "bdx" \
249
+ # --tool-args "onnetwork-long-downloadLog --nodeid 1 --setup-pin-code 20202021 --discriminator 3840 -t 3000 --logType CrashLogs --fileName ./crashLog.log" \
250
+ # --factoryreset \
251
+ # '
250
252
- name : Run Pairing Onnetwork Test
251
253
run : |
252
254
scripts/run_in_python_env.sh out/venv \
You can’t perform that action at this time.
0 commit comments