Skip to content

Commit 4461800

Browse files
woody-applepull[bot]
authored andcommitted
Disable flaky test found here: #27361 (#27395)
1 parent 51b999d commit 4461800

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/java-tests.yaml

+13-12
Original file line numberDiff line numberDiff line change
@@ -200,18 +200,19 @@ jobs:
200200
--tool-args "already-discovered --nodeid 1 --setup-pin-code 20202021 --address ::1 --port 5540 -t 1000" \
201201
--factoryreset \
202202
'
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+
# '
215216
- name: Run Pairing SetupQRCode Test
216217
timeout-minutes: 25
217218
run: |

0 commit comments

Comments
 (0)